From: River Tarnell Date: Mon, 29 Jan 2007 21:37:57 +0000 (+0000) Subject: add to comment that < > shouldn't be used in $wgLegalTitleChars X-Git-Tag: 1.31.0-rc.0~54168 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=0ebf96757bb9845677c62d443b3146380bd6cee9;p=lhc%2Fweb%2Fwiklou.git add to comment that < > shouldn't be used in $wgLegalTitleChars --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2042f090a4..7d72325988 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -191,6 +191,7 @@ $wgFileStore['deleted']['hash'] = 3; // 3-level subdirectory split * * Problematic punctuation: * []{}|# Are needed for link syntax, never enable these + * <> Causes problems with HTML escaping, don't use * % Enabled by default, minor problems with path to query rewrite rules, see below * + Enabled by default, but doesn't work with path to query rewrite rules, corrupted by apache * ? Enabled by default, but doesn't work with path to PATH_INFO rewrites