diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/captcha/captcha.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/captcha/captcha.php b/modules/captcha/captcha.php index 9f6c0a06..63df46c9 100644 --- a/modules/captcha/captcha.php +++ b/modules/captcha/captcha.php @@ -53,7 +53,7 @@ class captcha { $alt = htmlentities(captcha::textual_riddle($pw)); $test = substr($img,22); $html = - '<table border="0" summary="captcha input"><tr>' + '<table summary="captcha input"><tr>' . '<td><img name="captcha_image" id="captcha_image" src="'.$img. '" height="60" width="200" alt="'.$alt. '" /></td>' . '<td>'.$title. '<br/><input name="captcha_hash" type="hidden" value="'.$hash. '" />' . '<font color="red">*</font><input name="captcha_input" type="text" size="7" maxlength="16" style="height:23px; font-size:16px; font-weight:450;" />' |