From 0b813839548978101b2f2454e050751cf39da6c3 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 29 May 2008 10:10:49 +0000 Subject: [PATCH] fix from encoding broken by r35535. --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e062919bc9..f47383f256 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -263,7 +263,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:', @@ -2396,7 +2396,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