aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dillo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dillo.cc b/src/dillo.cc
index 135a9e45..173ac036 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -249,7 +249,7 @@ static DilloUrl *makeStartUrl(char *str, bool local)
if (access(p, F_OK) == 0) {
/* absolute path may have non-URL characters */
- url_str = a_Misc_escape_chars(p, "% ");
+ url_str = a_Misc_escape_chars(p, "% #");
start_url = a_Url_new(url_str + 1, "file:/");
} else {
/* Not a file, filter URL string */