Index: trunk/phase3/includes/specials/SpecialRecentchanges.php |
— | — | @@ -334,7 +334,6 @@ |
335 | 335 | |
336 | 336 | $panel = array(); |
337 | 337 | $panel[] = rcOptionsPanel( $defaults, $nondefaults ); |
338 | | - $panel[] = '<hr />'; |
339 | 338 | |
340 | 339 | $extraOpts = array(); |
341 | 340 | $extraOpts['namespace'] = $this->namespaceFilterForm( $opts ); |
— | — | @@ -371,9 +370,7 @@ |
372 | 371 | $panel[] = $form; |
373 | 372 | $panelString = implode( "\n", $panel ); |
374 | 373 | |
375 | | - $wgOut->addHTML( |
376 | | - Xml::fieldset( wfMsg( 'recentchanges' ), $panelString, array( 'class' => 'rcoptions' ) ) |
377 | | - ); |
| 374 | + $wgOut->addHTML( $panelString ); |
378 | 375 | } |
379 | 376 | |
380 | 377 | /** |