diff --git a/public_html/inc/pageutils.php b/public_html/inc/pageutils.php index 37571266..9b016620 100644 --- a/public_html/inc/pageutils.php +++ b/public_html/inc/pageutils.php @@ -119,7 +119,8 @@ function cleanID($raw_id,$ascii=false){ $sepcharpat = '#\\'.$sepchar.'+#'; $id = trim((string)$raw_id); - $id = utf8_strtolower($id); +// stop lower-casing links - we need this for our docs to work. case matters +// $id = utf8_strtolower($id); //alternative namespace seperator if($conf['useslash']){