]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
make registration page valid
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 22 Sep 2009 06:29:15 +0000 (06:29 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 22 Sep 2009 06:29:15 +0000 (06:29 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@370 b3834d28-1941-0410-a4f8-b48e95affb8f

templates/register.tpl.php

index 4497184a6c7c74f3ebdd469d93b8965713cf2672..da3deeca25438f571cda86fb1d1e82d440f89bfe 100644 (file)
@@ -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>