Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1559,13 +1559,13 @@ |
1560 | 1560 | protected function showFormBeforeText() { |
1561 | 1561 | global $wgOut; |
1562 | 1562 | $section = htmlspecialchars( $this->section ); |
1563 | | - $wgOut->addHTML( <<<INPUTS |
| 1563 | + $wgOut->addHTML( <<<HTML |
1564 | 1564 | <input type='hidden' value="{$section}" name="wpSection" /> |
1565 | 1565 | <input type='hidden' value="{$this->starttime}" name="wpStarttime" /> |
1566 | 1566 | <input type='hidden' value="{$this->edittime}" name="wpEdittime" /> |
1567 | 1567 | <input type='hidden' value="{$this->scrolltop}" name="wpScrolltop" id="wpScrolltop" /> |
1568 | 1568 | |
1569 | | -INPUTS |
| 1569 | +HTML |
1570 | 1570 | ); |
1571 | 1571 | if ( !$this->checkUnicodeCompliantBrowser() ) |
1572 | 1572 | $wgOut->addHTML(Xml::hidden( 'safemode', '1' )); |