aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/captcha_recaptcha.html
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-08-23 15:08:37 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-08-23 15:08:37 +0000
commit1aeec5df03baf242c4170cebe5464c8290b0a247 (patch)
tree028164144eb44a9f3f92e5b3a61ddf6b7b5c1ebb /phpBB/styles/prosilver/template/captcha_recaptcha.html
parent11f73b0f2138c16e672c39b3fd3221e9e4b747ab (diff)
downloadforums-1aeec5df03baf242c4170cebe5464c8290b0a247.tar
forums-1aeec5df03baf242c4170cebe5464c8290b0a247.tar.gz
forums-1aeec5df03baf242c4170cebe5464c8290b0a247.tar.bz2
forums-1aeec5df03baf242c4170cebe5464c8290b0a247.tar.xz
forums-1aeec5df03baf242c4170cebe5464c8290b0a247.zip
Some more cleanup. Mostly whitespace changes.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10047 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/captcha_recaptcha.html')
-rw-r--r--phpBB/styles/prosilver/template/captcha_recaptcha.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html
index 510a1d3124..18113b7632 100644
--- a/phpBB/styles/prosilver/template/captcha_recaptcha.html
+++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html
@@ -16,18 +16,18 @@
<script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}">
// <![CDATA[
var RecaptchaOptions = {
- lang : {L_RECAPTCHA_LANG}
+ lang : {L_RECAPTCHA_LANG}
};
// ]]>
</script>
- <noscript>
- <div>
- <object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br />
- <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
- <input type="hidden" name="recaptcha_response_field" value="manual_challenge" />
- </div>
- </noscript>
+ <noscript>
+ <div>
+ <object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br />
+ <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
+ <input type="hidden" name="recaptcha_response_field" value="manual_challenge" />
+ </div>
+ </noscript>
</dd>
</dl>