Follow-up r60043. Add accidently deleted strong
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 14 Dec 2009 20:11:01 +0000 (20:11 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 14 Dec 2009 20:11:01 +0000 (20:11 +0000)
includes/templates/Userlogin.php

index 1be844c..f5571cf 100644 (file)
@@ -16,7 +16,7 @@ class UserloginTemplate extends QuickTemplate {
 ?>
        <div class="<?php $this->text('messagetype') ?>box">
                <?php if ( $this->data['messagetype'] == 'error' ) { ?>
-                       <?php $this->msg( 'loginerror' )?></strong><br />
+                       <strong><?php $this->msg( 'loginerror' )?></strong><br />
                <?php } ?>
                <?php $this->html('message') ?>
        </div>