From e9b184f96a6e3be5cfb4cd5cee53ea41f8a093a1 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Sat, 21 Jun 2008 11:34:47 +0000 Subject: [PATCH] Re-adding a
element for the rc options. --- includes/specials/SpecialRecentchanges.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 . '
' ); } /** -- 2.20.1