Remove most named character references from output
[lhc/web/wiklou.git] / includes / Preferences.php
index 502af4e..802db5a 100644 (file)
@@ -436,7 +436,7 @@ class Preferences {
                $defaultPreferences['skin'] = array(
                        'type' => 'radio',
                        'options' => self::generateSkinOptions( $user ),
-                       'label' => ' ',
+                       'label' => ' ',
                        'section' => 'rendering/skin',
                );
 
@@ -488,7 +488,7 @@ class Preferences {
                        $defaultPreferences['math'] = array(
                                'type' => 'radio',
                                'options' => array_flip( array_map( 'wfMsgHtml', $wgLang->getMathNames() ) ),
-                               'label' => ' ',
+                               'label' => ' ',
                                'section' => 'rendering/math',
                        );
                }
@@ -519,7 +519,7 @@ class Preferences {
                        $defaultPreferences['date'] = array(
                                'type' => 'radio',
                                'options' => $dateOptions,
-                               'label' => ' ',
+                               'label' => ' ',
                                'section' => 'datetime/dateformat',
                        );
                }