help labels should use wikitext
authorRiver Tarnell <river@users.mediawiki.org>
Wed, 9 May 2007 12:46:12 +0000 (12:46 +0000)
committerRiver Tarnell <river@users.mediawiki.org>
Wed, 9 May 2007 12:46:12 +0000 (12:46 +0000)
includes/templates/Userlogin.php

index ecea832..2c63560 100644 (file)
@@ -165,7 +165,7 @@ class UsercreateTemplate extends QuickTemplate {
                                                tabindex="5"
                                                value="<?php $this->text('email') ?>" size='20' />
                                        <div class="prefsectiontip">
-                                               <?php $this->msgHtml('prefs-help-email'); ?>
+                                               <?php $this->msgWiki('prefs-help-email'); ?>
                                        </div>
                                </td>
                        <?php } ?>
@@ -178,7 +178,7 @@ class UsercreateTemplate extends QuickTemplate {
                                                        tabindex="6"
                                                        value="<?php $this->text('realname') ?>" size='20' />
                                                <div class="prefsectiontip">
-                                                       <?php $this->msgHtml('prefs-help-realname'); ?>
+                                                       <?php $this->msgWiki('prefs-help-realname'); ?>
                                                </div>
                                        </td>
                        <?php } ?>