From: Aaron Schulz Date: Mon, 4 Aug 2008 00:25:07 +0000 (+0000) Subject: Remove div X-Git-Tag: 1.31.0-rc.0~46162 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=e6d6d7e0b04abff4def42fdfa5c6afabc1ba405c;p=lhc%2Fweb%2Fwiklou.git Remove div --- 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 ) );