Index: trunk/extensions/Gadgets/SpecialGadgets.php |
— | — | @@ -146,7 +146,7 @@ |
147 | 147 | $exportList .= "MediaWiki:$page\n"; |
148 | 148 | } |
149 | 149 | |
150 | | - $wgOut->addHTML( Html::openElement( 'form', array( 'method' => 'GET', 'action' => $wgScript ) ) |
| 150 | + $wgOut->addHTML( Html::openElement( 'form', array( 'method' => 'get', 'action' => $wgScript ) ) |
151 | 151 | . Html::hidden( 'title', SpecialPage::getTitleFor( 'Export' )->getPrefixedDBKey() ) |
152 | 152 | . Html::hidden( 'pages', $exportList ) |
153 | 153 | . Html::hidden( 'wpDownload', '1' ) |