From 0dede1a039d39931a27ad38f6f873a6df1a5c7e4 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Mon, 10 Sep 2007 09:42:41 +0000 Subject: [PATCH] Undo some unintended UTF-8 muckups from my last commit. --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5479b4df67..7376b0b85f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -264,7 +264,7 @@ $wgUrlProtocols = array( 'ftp://', 'irc://', 'gopher://', - 'telnet://', // Well if we're going to support the above.. -ævar + 'telnet://', // Well if we're going to support the above.. -ævar 'nntp://', // @bug 3808 RFC 1738 'worldwind://', 'mailto:', @@ -2134,7 +2134,7 @@ $wgBrowserBlackList = array( '/^Mozilla\/4\.[^ ]+ [^(]*?\((?!compatible).*; [UIN]/', /** - * MSIE on Mac OS 9 is teh sux0r, converts þ to , ð to , Þ to and Ð to + * MSIE on Mac OS 9 is teh sux0r, converts þ to , ð to , Þ to and Ð to * * Known useragents: * - Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) -- 2.20.1