Follow-up r60043. Add accidently deleted strong
This commit is contained in:
parent
547fb60367
commit
605e2617f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue