Fixed spacing around parenthesis in includes
[lhc/web/wiklou.git] / includes / templates / UsercreateVForm.php
index 0472b8d..f379e3a 100644 (file)
@@ -71,7 +71,7 @@ class UsercreateTemplateVForm extends BaseTemplate {
 ?>
                <div class="<?php $this->text( 'messagetype' ); ?>box">
                <?php if ( $this->data['messagetype'] == 'error' ) { ?>
-                       <strong><?php $this->msg( 'loginerror' )?></strong><br />
+                       <strong><?php $this->msg( 'createacct-error' ); ?></strong><br />
                <?php } ?>
                <?php $this->html( 'message' ); ?>
                </div>
@@ -204,7 +204,7 @@ class UsercreateTemplateVForm extends BaseTemplate {
                                                        id="<?php echo htmlspecialchars( $inputItem['name'] ); ?>"
                                                        type="checkbox" value="1"
                                                        tabindex="<?php echo $tabIndex++; ?>"
-                                                       <?php if ( !empty( $inputItem['value'] ) )  {
+                                                       <?php if ( !empty( $inputItem['value'] ) ) {
                                                                echo 'checked="checked"';
                                                        } ?>
                                                >