Skip to content

Commit

Permalink
HTML Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Dec 7, 2008
1 parent b4bda13 commit b1dc7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions signup_page.php
Expand Up @@ -75,8 +75,8 @@
<?php print_captcha_input( 'captcha', '' ) ?>
</td>
<td>
<img src="make_captcha_img.php?public_key=<?php echo $t_key ?>">
<input type="hidden" name="public_key" value="<?php echo $t_key ?>">
<img src="make_captcha_img.php?public_key=<?php echo $t_key ?>" alt="visual captcha" />
<input type="hidden" name="public_key" value="<?php echo $t_key ?>" />
</td>
</tr>
<?php
Expand Down

0 comments on commit b1dc7ea

Please sign in to comment.