r60044 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60043‎ | r60044 | r60045 >
Date:20:11, 14 December 2009
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r60043. Add accidently deleted strong
Modified paths:
  • /trunk/phase3/includes/templates/Userlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/templates/Userlogin.php
@@ -16,7 +16,7 @@
1717 ?>
1818 <div class="<?php $this->text('messagetype') ?>box">
1919 <?php if ( $this->data['messagetype'] == 'error' ) { ?>
20 - <?php $this->msg( 'loginerror' )?></strong><br />
 20+ <strong><?php $this->msg( 'loginerror' )?></strong><br />
2121 <?php } ?>
2222 <?php $this->html('message') ?>
2323 </div>

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60043* Change <h2> to <strong> for message 'loginerror' because this message is al...raymond20:08, 14 December 2009

Status & tagging log