Revert a bit of too much escaping
[lhc/web/wiklou.git] / includes / Preferences.php
index 4a4a8d6..a886d47 100644 (file)
@@ -122,7 +122,7 @@ class Preferences {
                                        'type' => 'info',
                                        'label' => wfMsgExt( 'prefs-memberingroups', 'parseinline',
                                                                count($userEffectiveGroupsArray) ),
-                                       'default' => htmlspecialchars( $wgLang->commaList( $userEffectiveGroupsArray ) ),
+                                       'default' => $wgLang->commaList( $userEffectiveGroupsArray ),
                                        'raw' => true,
                                        'section' => 'personal/info',
                                );