Skip to content

Commit 2eba9fb

Browse files
committed
Merge pull request #1 from wojsmol/patch-8
Simple CS for travis
2 parents 84d9352 + ea37d9c commit 2eba9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/captcha/recaptcha/recaptcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function onInit($id = 'dynamic_recaptcha_1')
6060
{
6161
// Load callback first for browser compatibility
6262
JHtml::_('script', 'plg_captcha_recaptcha/recaptcha.min.js', false, true);
63-
63+
6464
$file = 'https://www.google.com/recaptcha/api.js?onload=JoomlaInitReCaptcha2&render=explicit&hl=' . JFactory::getLanguage()->getTag();
6565
JHtml::_('script', $file);
6666
}

0 commit comments

Comments
 (0)