1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

#54905 - use LA for the javascript variable, remove comma

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10334 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2009-12-13 15:05:39 +00:00
parent 9fc3a40c5e
commit 67a9a7b074
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<script type="text/javascript">
// <![CDATA[
var RecaptchaOptions = {
lang : '{L_RECAPTCHA_LANG}',
lang : '{LA_RECAPTCHA_LANG}'
};
// ]]>
</script>