Merge "EditPage: Restore IE 6 compatibility for OOUI-style buttons"
[lhc/web/wiklou.git] / includes / EditPage.php
index a9a5efa..ca3b4d1 100644 (file)
@@ -3044,6 +3044,7 @@ class EditPage {
                // Note: the maxlength is overridden in JS to 255 and to make it use UTF-8 bytes, not characters.
                return ( is_array( $inputAttrs ) ? $inputAttrs : [] ) + [
                        'id' => 'wpSummary',
+                       'name' => 'wpSummary',
                        'maxlength' => '200',
                        'tabindex' => '1',
                        'size' => 60,