From: Rotem Liss Date: Sat, 21 Jun 2008 11:34:47 +0000 (+0000) Subject: Re-adding a
element for the rc options. X-Git-Tag: 1.31.0-rc.0~46913 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=e9b184f96a6e3be5cfb4cd5cee53ea41f8a093a1;p=lhc%2Fweb%2Fwiklou.git Re-adding a
element for the rc options. --- diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index 5058091bda..7395789fed 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -102,7 +102,6 @@ class SpecialRecentChanges extends SpecialPage { $batch->execute(); $this->webOutput( $rows, $opts ); } - } public function parseParameters( $par, FormOptions $opts ) { @@ -370,7 +369,7 @@ class SpecialRecentChanges extends SpecialPage { $panel[] = $form; $panelString = implode( "\n", $panel ); - $wgOut->addHTML( $panelString ); + $wgOut->addHTML( '
' . $panelString . '
' ); } /**