Index: trunk/phase3/includes/EditPage.php |
— | — | @@ -1336,7 +1336,6 @@ |
1337 | 1337 | // @todo move this to a cleaner conditional instead of blanking a variable |
1338 | 1338 | } |
1339 | 1339 | $wgOut->addHTML( <<<HTML |
1340 | | -{$toolbar} |
1341 | 1340 | <form id="editform" name="editform" method="post" action="$action" enctype="multipart/form-data"> |
1342 | 1341 | HTML |
1343 | 1342 | ); |
— | — | @@ -1390,6 +1389,8 @@ |
1391 | 1390 | } |
1392 | 1391 | |
1393 | 1392 | $wgOut->addHTML( $this->editFormTextBeforeContent ); |
| 1393 | + |
| 1394 | + $wgOut->addHTML( $toolbar ); |
1394 | 1395 | |
1395 | 1396 | if ( $this->isConflict ) { |
1396 | 1397 | // In an edit conflict bypass the overrideable content form method |