r36524 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36523‎ | r36524 | r36525 >
Date:11:34, 21 June 2008
Author:rotem
Status:old
Tags:
Comment:
Re-adding a <div> element for the rc options.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialRecentchanges.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialRecentchanges.php
@@ -102,7 +102,6 @@
103103 $batch->execute();
104104 $this->webOutput( $rows, $opts );
105105 }
106 -
107106 }
108107
109108 public function parseParameters( $par, FormOptions $opts ) {
@@ -370,7 +369,7 @@
371370 $panel[] = $form;
372371 $panelString = implode( "\n", $panel );
373372
374 - $wgOut->addHTML( $panelString );
 373+ $wgOut->addHTML( '<div class="rcoptions">' . $panelString . '</div>' );
375374 }
376375
377376 /**

Status & tagging log