X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLRadioField.php;h=64f9cb6866de05752d2bd62f491d2d6d27dfbfaa;hp=2d057042ef48c04bb3cfb11334186421d508a5e9;hb=a2ea9f8b9289f197844e3282c2ac39e59c549996;hpb=92f6090948a202e8f1a5bb57c1319d0be6fd4c26 diff --git a/includes/htmlform/HTMLRadioField.php b/includes/htmlform/HTMLRadioField.php index 2d057042ef..64f9cb6866 100644 --- a/includes/htmlform/HTMLRadioField.php +++ b/includes/htmlform/HTMLRadioField.php @@ -49,6 +49,7 @@ class HTMLRadioField extends HTMLFormField { return new OOUI\RadioSelectInputWidget( array( 'name' => $this->mName, + 'id' => $this->mID, 'value' => $value, 'options' => $options, 'classes' => 'mw-htmlform-flatlist-item',