Restore #mw-history-search id on history action fieldset
[lhc/web/wiklou.git] / includes / htmlform / OOUIHTMLForm.php
index e7e3ff6..738db09 100644 (file)
@@ -284,7 +284,7 @@ class OOUIHTMLForm extends HTMLForm {
                                                'content' => new OOUI\HtmlSnippet( $html )
                                        ] ),
                                ],
-                       ] );
+                       ] + OOUI\Element::configFromHtmlAttributes( $this->mWrapperAttributes ) );
                } else {
                        $content = new OOUI\HtmlSnippet( $html );
                }