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 | | - <h2><?php $this->msg('loginerror') ?>:</h2> |
| 20 | + <h2><?php $this->msg('loginerror') ?></h2> |
21 | 21 | <?php } ?> |
22 | 22 | <?php $this->html('message') ?> |
23 | 23 | </div> |
— | — | @@ -113,7 +113,7 @@ |
114 | 114 | ?> |
115 | 115 | <div class="<?php $this->text('messagetype') ?>box"> |
116 | 116 | <?php if ( $this->data['messagetype'] == 'error' ) { ?> |
117 | | - <h2><?php $this->msg('loginerror') ?>:</h2> |
| 117 | + <h2><?php $this->msg('loginerror') ?></h2> |
118 | 118 | <?php } ?> |
119 | 119 | <?php $this->html('message') ?> |
120 | 120 | </div> |