r71147 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71146‎ | r71147 | r71148 >
Date:19:59, 15 August 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Use <span style="..."> instead of <font>
Modified paths:
  • /trunk/extensions/SignDocument/SpecialSignDocument.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SignDocument/SpecialSignDocument.i18n.php
@@ -24,8 +24,8 @@
2525 'sign-phone' => 'Phone number:',
2626 'sign-bday' => 'Age:',
2727 'sign-email' => 'E-mail address:',
28 - 'sign-indicates-req' => '<small><i><font color="red">*</font> Indicates required field.</i></small>',
29 - 'sign-hide-note' => '<small><i><font color="red">**</font> Note: Unlisted information will still be visible to moderators.</i></small>',
 28+ 'sign-indicates-req' => '<small><i><span style="color:red">*</span> Indicates required field.</i></small>',
 29+ 'sign-hide-note' => '<small><i><span style="color:red">**</span> Note: Unlisted information will still be visible to moderators.</i></small>',
3030 'sign-list-anonymous' => 'List anonymously',
3131 'sign-list-hideaddress' => 'Do not list address',
3232 'sign-list-hideextaddress' => 'Do not list city, state, postal code, or country',

Status & tagging log