X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FVFormHTMLForm.php;h=325526bac270ec5e7d60aa46a6dd015dbe1cf227;hb=36127c29c2d564cc723b6e1cfccca9ba1a0240c8;hp=5d9f7a0ba252a4e024775acb05e4a50c0ef71bb0;hpb=3e285ba9d692352423cb7cf4291d35c35535d628;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/VFormHTMLForm.php b/includes/htmlform/VFormHTMLForm.php index 5d9f7a0ba2..325526bac2 100644 --- a/includes/htmlform/VFormHTMLForm.php +++ b/includes/htmlform/VFormHTMLForm.php @@ -67,7 +67,7 @@ class VFormHTMLForm extends HTMLForm { protected function getFormAttributes() { $attribs = parent::getFormAttributes(); - $attribs['class'] = [ 'mw-ui-vform', 'mw-ui-container', 'visualClear' ]; + $attribs['class'] = [ 'mw-htmlform', 'mw-ui-vform', 'mw-ui-container' ]; return $attribs; }