r28562 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28561‎ | r28562 | r28563 >
Date:20:01, 16 December 2007
Author:simetrical
Status:old
Tags:
Comment:
Error message is practically invisible among all the text. Added <strong class="error"> so it's noticeable.
Modified paths:
  • /trunk/phase3/includes/SpecialMovepage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialMovepage.php
@@ -141,7 +141,7 @@
142142 if( $err == 'hookaborted' ) {
143143 $errMsg = $hookErr;
144144 } else {
145 - $errMsg = '<p class="error">' . wfMsgWikiHtml( $err ) . "</p>\n";
 145+ $errMsg = '<p><strong class="error">' . wfMsgWikiHtml( $err ) . "</strong></p>\n";
146146 }
147147 $wgOut->addHTML( $errMsg );
148148 }

Status & tagging log