registration page xml bug

This commit is contained in:
Christian Weiske 2010-06-02 19:01:33 +02:00
parent 2d6e303bff
commit a9bf6a587b

View File

@ -31,7 +31,7 @@ window.onload = function() {
<?php if (isset($form['captcha'])) {?>
<tr>
<th align="left"><?php echo $form['captcha']['labelhtml']; ?></label></th>
<th align="left"><?php echo $form['captcha']['labelhtml']; ?></th>
<td><?php echo $form['captcha']['html']; ?></td>
<td></td>
</tr>