Merge "Declare HTMLSelectNamespace::mAllValue"
[lhc/web/wiklou.git] / includes / Html.php
index 2ca5229..0016426 100644 (file)
@@ -927,7 +927,7 @@ class Html {
                                'label', [
                                        'for' => $selectAttribs['id'] ?? null,
                                ], $params['label']
-                       ) . ' ';
+                       ) . "\u{00A0}";
                }
 
                // Wrap options in a <select>