Closed pao closed 10 years ago
Hey man, I'm sorry, I don't know why I didn't see this PR before. I tested it in linux and it's working fine, and I'm reading that three slashes is the proper way for local files, so... merging!
Thank you!
Great, thanks! It was a simple local patch and I've been super busy (and have long-lingering feature branches on my own code that aren't in master yet...) so I wasn't gonna give you a hard time about it.
With the
file://
prefix, eww thinks that you're trying to open an FTP connection. However, withfile:///
(note the additional slash), everything works fine.I haven't tested this on other platforms; it would be wise to check that out.