diff options
Diffstat (limited to 'inc/pageutils.php')
-rw-r--r-- | inc/pageutils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/pageutils.php b/inc/pageutils.php index 724514982..488d268fe 100644 --- a/inc/pageutils.php +++ b/inc/pageutils.php @@ -71,7 +71,7 @@ function cleanID($id){ if($conf['deaccent']) $id = utf8_deaccent($id,-1); //remove specials - $id = utf8_stripspecials($id,'_','_:.-'); + $id = utf8_stripspecials($id,'_'); //clean up $id = preg_replace('#_+#','_',$id); |