X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLRadioField.php;h=0f0054089014780dab5ec91a01a2c8f3bdbdf1ea;hb=737a9d3f2061fc9c186087b437e3fd5cbed9ee95;hp=8765407b05373ee91abe7ea27eaff10b67a04423;hpb=82b8b578938bf75bc9fa924aa95b10955d49ec6f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLRadioField.php b/includes/htmlform/HTMLRadioField.php index 8765407b05..0f00540890 100644 --- a/includes/htmlform/HTMLRadioField.php +++ b/includes/htmlform/HTMLRadioField.php @@ -56,7 +56,7 @@ class HTMLRadioField extends HTMLFormField { $html .= ' ' . Html::rawElement( 'div', - array( 'class' => 'mw-htmlform-flatlist-item' ), + array( 'class' => 'mw-htmlform-flatlist-item mw-ui-radio' ), $radio ); }