Preferences: Do not set non-breaking space as a label
[lhc/web/wiklou.git] / includes / Preferences.php
index 0a9d701..dfc2475 100644 (file)
@@ -625,7 +625,6 @@ class Preferences {
                        $defaultPreferences['skin'] = [
                                'type' => 'radio',
                                'options' => $skinOptions,
-                               'label' => ' ',
                                'section' => 'rendering/skin',
                        ];
                }
@@ -695,7 +694,6 @@ class Preferences {
                        $defaultPreferences['date'] = [
                                'type' => 'radio',
                                'options' => $dateOptions,
-                               'label' => ' ',
                                'section' => 'rendering/dateformat',
                        ];
                }