Remove div
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 4 Aug 2008 00:25:07 +0000 (00:25 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 4 Aug 2008 00:25:07 +0000 (00:25 +0000)
includes/PageHistory.php

index f6f1ccd..8980426 100644 (file)
@@ -133,12 +133,12 @@ class PageHistory {
                $action = htmlspecialchars( $wgScript );
                $wgOut->addHTML(
                        Xml::fieldset( wfMsg( 'history-search' ) ) .
-                       "<form action=\"$action\" method=\"get\"><div>" .
+                       "<form action=\"$action\" method=\"get\">" .
                        Xml::hidden( 'title', $this->mTitle->getPrefixedDBKey() ) . "\n" .
                        Xml::hidden( 'action', 'history' ) . "\n" .
                        $this->getDateMenu( $year, $month ) . '&nbsp;' . 
                        Xml::submitButton( wfMsg( 'allpagessubmit' ) ) . "\n" .
-                       '</div></form></fieldset>'
+                       '</form></fieldset>'
                );
 
                wfRunHooks( 'PageHistoryBeforeList', array( &$this->mArticle ) );