Re-adding a <div> element for the rc options.
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 21 Jun 2008 11:34:47 +0000 (11:34 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 21 Jun 2008 11:34:47 +0000 (11:34 +0000)
includes/specials/SpecialRecentchanges.php

index 5058091..7395789 100644 (file)
@@ -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( '<div class="rcoptions">' . $panelString . '</div>' );
        }
 
        /**