From 265ff105aaa814c828a35e599ed35d0b0bb00e53 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Sat, 16 Sep 2017 00:58:55 +0200 Subject: [PATCH] Preferences: Do not set non-breaking space as a label If there's no label, there's just no label. No need to pretend. Change-Id: I6b7065a23ba6532641989682d802613e0545f7e8 --- includes/Preferences.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/Preferences.php b/includes/Preferences.php index 0a9d70153f..dfc2475fb0 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -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', ]; } -- 2.20.1