Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -102,7 +102,6 @@ |
103 | 103 | $batch->execute(); |
104 | 104 | $this->webOutput( $rows, $opts ); |
105 | 105 | } |
106 | | - |
107 | 106 | } |
108 | 107 | |
109 | 108 | public function parseParameters( $par, FormOptions $opts ) { |
— | — | @@ -370,7 +369,7 @@ |
371 | 370 | $panel[] = $form; |
372 | 371 | $panelString = implode( "\n", $panel ); |
373 | 372 | |
374 | | - $wgOut->addHTML( $panelString ); |
| 373 | + $wgOut->addHTML( '<div class="rcoptions">' . $panelString . '</div>' ); |
375 | 374 | } |
376 | 375 | |
377 | 376 | /** |