Index: trunk/phase3/includes/Article.php |
— | — | @@ -2413,10 +2413,10 @@ |
2414 | 2414 | if( $wgUser->isAllowed( 'suppressrevision' ) ) { |
2415 | 2415 | $suppress = "<tr id=\"wpDeleteSuppressRow\" name=\"wpDeleteSuppressRow\"> |
2416 | 2416 | <td></td> |
2417 | | - <td class='mw-input'>" . |
| 2417 | + <td class='mw-input'><strong>" . |
2418 | 2418 | Xml::checkLabel( wfMsg( 'revdelete-suppress' ), |
2419 | 2419 | 'wpSuppress', 'wpSuppress', false, array( 'tabindex' => '4' ) ) . |
2420 | | - "</td> |
| 2420 | + "</strong></td> |
2421 | 2421 | </tr>"; |
2422 | 2422 | } else { |
2423 | 2423 | $suppress = ''; |