Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-8381

Prosilver: captcha_recaptcha.html invalid html

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.6
    • 3.0.x
    • Styles
    • None
    • PHP Environment:
      Database:

      	<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.

            Kellanved Kellanved [X] (Inactive)
            statm statm [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: