Follow-up r60043. Add accidently deleted strong

This commit is contained in:
Raimond Spekking 2009-12-14 20:11:01 +00:00
parent 547fb60367
commit 605e2617f6

View 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>