Index: trunk/phase3/includes/templates/Userlogin.php |
— | — | @@ -16,7 +16,7 @@ |
17 | 17 | ?> |
18 | 18 | <div class="<?php $this->text('messagetype') ?>box"> |
19 | 19 | <?php if ( $this->data['messagetype'] == 'error' ) { ?> |
20 | | - <?php $this->msg( 'loginerror' )?></strong><br /> |
| 20 | + <strong><?php $this->msg( 'loginerror' )?></strong><br /> |
21 | 21 | <?php } ?> |
22 | 22 | <?php $this->html('message') ?> |
23 | 23 | </div> |