XHTML Issues in recaptcha

longint

Joined: 2008-03-21
Posts: 34
Posted: Sun, 2010-02-28 16:36

In order to get the recaptcha module produce valid XHTML one should change modules/recaptcha/classes/recaptchalib.php:

125c125
< <iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" frameborder="0"></iframe><br/>
---
> <iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" frameborder="0"></iframe><br>
127c127
< <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
---
> <input type="hidden" name="recaptcha_response_field" value="manual_challenge">

Can't see who is official in charge for this module, so could someone please handle this?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2010-02-28 17:18

Perhaps the author of the 3rd party module will not see this but more likely in this thread:
http://gallery.menalto.com/node/70031

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
longint

Joined: 2008-03-21
Posts: 34
Posted: Sun, 2010-02-28 17:31

Done, thx.

http://tei.ch