summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar cweiske2009-09-22 06:29:15 +0000
committerGravatar cweiske2009-09-22 06:29:15 +0000
commit554fcbb3ecf09513c3ba3eb2071929c4867a1447 (patch)
tree05795bfbbda2a411f03e193b4ffeba87243342cc
parent1b1da05f20a7e842dcad4b550ed8bb8438e25741 (diff)
downloadscuttle-554fcbb3ecf09513c3ba3eb2071929c4867a1447.tar.gz
scuttle-554fcbb3ecf09513c3ba3eb2071929c4867a1447.zip
make registration page valid
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@370 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r--templates/register.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/register.tpl.php b/templates/register.tpl.php
index 4497184..da3deec 100644
--- a/templates/register.tpl.php
+++ b/templates/register.tpl.php
@@ -30,7 +30,7 @@ window.onload = function() {
<?php if(strlen($antispamQuestion)>0) {?>
<tr>
- <th align="left"><label for="question"><?php echo T_('Antispam question'); ?></label></th>
+ <th align="left"><label for="antispamAnswer"><?php echo T_('Antispam question'); ?></label></th>
<td><input type="text" id="antispamAnswer" name="antispamAnswer" size="40" class="required" value="<?php echo $antispamQuestion; ?>" onfocus="if (this.value == '<?php echo $antispamQuestion; ?>') this.value = '';" onblur="if (this.value == '') this.value = '<?php echo $antispamQuestion; ?>';"/></td>
<td></td>
</tr>