aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/captcha_recaptcha.html
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-07-19 22:21:50 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-07-19 22:21:50 +0000
commite7a17a34295106391cb1803070dccb9e7a419d86 (patch)
tree67edbfedd37d8ee5283698bbdf6468e121de40ca /phpBB/adm/style/captcha_recaptcha.html
parent76508b59d71f5c9943256045a4677888aca2464c (diff)
downloadforums-e7a17a34295106391cb1803070dccb9e7a419d86.tar
forums-e7a17a34295106391cb1803070dccb9e7a419d86.tar.gz
forums-e7a17a34295106391cb1803070dccb9e7a419d86.tar.bz2
forums-e7a17a34295106391cb1803070dccb9e7a419d86.tar.xz
forums-e7a17a34295106391cb1803070dccb9e7a419d86.zip
Set some svn properties. Cleanup.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9799 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/captcha_recaptcha.html')
-rw-r--r--phpBB/adm/style/captcha_recaptcha.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/phpBB/adm/style/captcha_recaptcha.html b/phpBB/adm/style/captcha_recaptcha.html
index 0cb43cf01f..93fc6e7499 100644
--- a/phpBB/adm/style/captcha_recaptcha.html
+++ b/phpBB/adm/style/captcha_recaptcha.html
@@ -1,5 +1,5 @@
<!-- IF S_RECAPTCHA_AVAILABLE -->
- <dl>
+ <dl>
<dd>
<script type="text/javascript" src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}">
// <![CDATA[
@@ -8,18 +8,18 @@
};
// ]]>
</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>
+ <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>
<!-- ELSE -->
{L_RECAPTCHA_NOT_AVAILABLE}
-<!-- ENDIF --> \ No newline at end of file
+<!-- ENDIF -->