summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index cb5496ccd..4761ade99 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -698,7 +698,7 @@ function html_index($ns){
$ns = dirname(str_replace(':','/',$ID));
if($ns == '.') $ns ='';
}
- $ns = str_replace(':','/',$ns);
+ $ns = utf8_encodeFN(str_replace(':','/',$ns));
print parsedLocale('index');