Fix encoding broken in r63707
authorHappy-melon <happy-melon@users.mediawiki.org>
Sat, 13 Mar 2010 20:49:34 +0000 (20:49 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Sat, 13 Mar 2010 20:49:34 +0000 (20:49 +0000)
includes/Preferences.php

index 6047df5..eb5e1f9 100644 (file)
@@ -1126,7 +1126,7 @@ class Preferences {
                $ret = array();
 
                foreach ( $wgImageLimits as $index => $limits ) {
-                       $display = "{$limits[0]}Ã\83â\80\94{$limits[1]}" . wfMsg( 'unit-pixel' );
+                       $display = "{$limits[0]}Ã\97{$limits[1]}" . wfMsg( 'unit-pixel' );
                        $ret[$display] = $index;
                }