Index: trunk/phase3/includes/Preferences.php |
— | — | @@ -1126,7 +1126,7 @@ |
1127 | 1127 | $ret = array(); |
1128 | 1128 | |
1129 | 1129 | foreach ( $wgImageLimits as $index => $limits ) { |
1130 | | - $display = "{$limits[0]}×{$limits[1]}" . wfMsg( 'unit-pixel' ); |
| 1130 | + $display = "{$limits[0]}×{$limits[1]}" . wfMsg( 'unit-pixel' ); |
1131 | 1131 | $ret[$display] = $index; |
1132 | 1132 | } |
1133 | 1133 | |