r42228 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42227‎ | r42228 | r42229 >
Date:19:17, 19 October 2008
Author:siebrand
Status:old
Tags:
Comment:
Remove hard coded colon in h2 after loginerror
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 - <h2><?php $this->msg('loginerror') ?>:</h2>
 20+ <h2><?php $this->msg('loginerror') ?></h2>
2121 <?php } ?>
2222 <?php $this->html('message') ?>
2323 </div>
@@ -113,7 +113,7 @@
114114 ?>
115115 <div class="<?php $this->text('messagetype') ?>box">
116116 <?php if ( $this->data['messagetype'] == 'error' ) { ?>
117 - <h2><?php $this->msg('loginerror') ?>:</h2>
 117+ <h2><?php $this->msg('loginerror') ?></h2>
118118 <?php } ?>
119119 <?php $this->html('message') ?>
120120 </div>

Status & tagging log