Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-8381 now.

Prosilver: captcha_recaptcha.html invalid html (fix completed in vcs)

Code: Select all
   <noscript>
        <iframe src="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" height="300" width="500" frameborder="0"></iframe><br/>
        <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
        <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/>
   </noscript>

In xhtml strict, its invalid for there to be textarea or input in a noscript tag. They need a parent such as a div or dl. As well as the br tag needing a space in between br and /.

Oh and the dl tag can't have script or noscript as a child but dd can.

Comments / History

Edited ticket

Action performed by statm on Jun 7th 2009, 22:38

Assigned ticket to user "Kellanved"

Action performed by ToonArmy (Development Team Member) on Jun 7th 2009, 23:34

Posted by Pasqualle on Jun 19th 2009, 07:11

Posted by ToonArmy (Development Team Member) on Jun 19th 2009, 07:36

Its not fixed yet. ;)

Linked ticket with changeset: r9645

Action performed by Kellanved (Former Team Member) on Jun 21st 2009, 13:31

Changed ticket status from "New" to "Fix completed in SVN"

Action performed by Kellanved (Former Team Member) on Jun 21st 2009, 13:32

Ticket details

Related SVN changesets