diff options
Diffstat (limited to 'jakob/dynamic/capabilities/comment-form.scm')
| -rw-r--r-- | jakob/dynamic/capabilities/comment-form.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jakob/dynamic/capabilities/comment-form.scm b/jakob/dynamic/capabilities/comment-form.scm index f7d0491..12a5f57 100644 --- a/jakob/dynamic/capabilities/comment-form.scm +++ b/jakob/dynamic/capabilities/comment-form.scm @@ -63,9 +63,7 @@ "")))) (input (@ (type "text") (id "captcha") (name "captcha") (size 24)))) (button (@ (id "pow-trigger") (hidden #t)) - "Too hard? (Or unable to see the challenge?)" - (br) - "Click here for an alternative captcha.") + "Too hard? (Or unable to see the challenge?) Click here.") (input (@ (autocomplete "off") (type "text") (id "captcha-id") (name "captcha-id") (hidden #t) (value ,captcha-id))) (input (@ (autocomplete "off") (type "text") (id "captcha-alt") (name "captcha-alt") (hidden #t))) (input (@ (autocomplete "off") (type "text") (id "captcha-alt-id") (name "captcha-alt-id") (hidden #t))) |