r34434 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34433‎ | r34434 | r34435 >
Date:14:14, 8 May 2008
Author:ialex
Status:old
Tags:
Comment:
Fix XHTML error from r34401.
Modified paths:
  • /trunk/phase3/includes/SpecialUserrights.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUserrights.php
@@ -360,8 +360,7 @@
361361 $grouplist .
362362 Xml::tags( 'p', null, $this->groupCheckboxes( $groups ) ) .
363363 Xml::openElement( 'table', array( 'border' => '0', 'id' => 'mw-userrights-table-outer' ) ) .
364 - "</tr>
365 - <tr>
 364+ "<tr>
366365 <td class='mw-label'>" .
367366 Xml::label( wfMsg( 'userrights-reason' ), 'wpReason' ) .
368367 "</td>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r34401Tweak the explanation a bitraymond21:16, 7 May 2008

Status & tagging log