add to comment that < > shouldn't be used in $wgLegalTitleChars
authorRiver Tarnell <river@users.mediawiki.org>
Mon, 29 Jan 2007 21:37:57 +0000 (21:37 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Mon, 29 Jan 2007 21:37:57 +0000 (21:37 +0000)
includes/DefaultSettings.php

index 2042f09..7d72325 100644 (file)
@@ -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