diff options
Diffstat (limited to 'share/www')
-rw-r--r-- | share/www/script/futon.browse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/futon.browse.js b/share/www/script/futon.browse.js index 788d318c..83f29033 100644 --- a/share/www/script/futon.browse.js +++ b/share/www/script/futon.browse.js @@ -1266,7 +1266,7 @@ for (var i=0; i < parts.length; i++) { encoded.push(encodeURIComponent(parts[i])); }; - return encoded.join('/'); + return encoded.join('%2f'); } })(jQuery); |