Merge branch 'ticket/igorw/9939' into develop-olympus

* ticket/igorw/9939:
  [ticket/9939] Fix JavaScript error in admin recaptcha template
This commit is contained in:
Chris Smith 2010-12-05 13:45:24 +00:00
commit 500f0c05db

View file

@ -5,7 +5,7 @@
// <![CDATA[
var RecaptchaOptions = {
lang : '{LA_RECAPTCHA_LANG}',
theme : 'clean',
theme : 'clean'
};
// ]]>
</script>