From 0ebf96757bb9845677c62d443b3146380bd6cee9 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Mon, 29 Jan 2007 21:37:57 +0000 Subject: [PATCH] add to comment that < > shouldn't be used in $wgLegalTitleChars --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1