bolden username hiding option
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 20 Mar 2009 20:32:40 +0000 (20:32 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 20 Mar 2009 20:32:40 +0000 (20:32 +0000)
includes/specials/SpecialBlockip.php

index 56f0ece..17d08af 100644 (file)
@@ -251,11 +251,11 @@ class IPBlockForm {
                        $wgOut->addHTML("
                                <tr id='wpEnableHideUser'>
                                        <td>&nbsp;</td>
-                                       <td class='mw-input'>" .
+                                       <td class='mw-input'><strong>" .
                                                Xml::checkLabel( wfMsg( 'ipbhidename' ),
                                                        'wpHideName', 'wpHideName', $this->BlockHideName,
                                                        array( 'tabindex' => '10' ) ) . "
-                                       </td>
+                                       </strong></td>
                                </tr>"
                        );
                }