From e6d6d7e0b04abff4def42fdfa5c6afabc1ba405c Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 4 Aug 2008 00:25:07 +0000 Subject: [PATCH] Remove div --- includes/PageHistory.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/PageHistory.php b/includes/PageHistory.php index f6f1ccded7..8980426665 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -133,12 +133,12 @@ class PageHistory { $action = htmlspecialchars( $wgScript ); $wgOut->addHTML( Xml::fieldset( wfMsg( 'history-search' ) ) . - "
" . + "" . Xml::hidden( 'title', $this->mTitle->getPrefixedDBKey() ) . "\n" . Xml::hidden( 'action', 'history' ) . "\n" . $this->getDateMenu( $year, $month ) . ' ' . Xml::submitButton( wfMsg( 'allpagessubmit' ) ) . "\n" . - '
' + '' ); wfRunHooks( 'PageHistoryBeforeList', array( &$this->mArticle ) ); -- 2.20.1