r44598 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r44597
|
r44598
|
r44599
>
Date:
22:21, 14 December 2008
Author:
raymond
Status:
ok
Tags:
Comment:
Add a missing CSS class for consistency
Modified paths:
/trunk/extensions/Renameuser/SpecialRenameuser_body.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Renameuser/SpecialRenameuser_body.php
—
—
@@ -115,7 +115,7 @@
116
116
wfMsgHtml( $warning );
117
117
$wgOut->addHTML( "
118
118
<tr>
119
- <td>".wfMsgWikiHtml( 'renameuserwarnings' ) ."
119
+ <td class='mw-label'>" . wfMsgWikiHtml( 'renameuserwarnings' ) . "
120
120
</td>
121
121
<td class='mw-input'>" .
122
122
'<ul style="color: red; font-weight: bold"><li>'.
Status & tagging log
22:49, 14 December 2008
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r44598
[
removed:
new
added:
ok]