registration page xml bug

This commit is contained in:
Christian Weiske 2010-06-02 19:01:33 +02:00
parent f3461fcada
commit 69233c462d

View File

@ -31,7 +31,7 @@ window.onload = function() {
<?php if (isset($form['captcha'])) {?> <?php if (isset($form['captcha'])) {?>
<tr> <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><?php echo $form['captcha']['html']; ?></td>
<td></td> <td></td>
</tr> </tr>