Test Failed
Push — 2.x ( 445986...358314 )
by Terry
10:40
created
src/Firewall/Captcha/ReCaptcha.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
         } else {
178 178
             $html .= '<input type="hidden" name="g-recaptcha-response" id="g-recaptcha-response" value="">';
179 179
             $html .= '<script src="https://www.google.com/recaptcha/api.js?render=' .
180
-                $this->key .'&hl=' . $this->lang . '"></script>';
180
+                $this->key . '&hl=' . $this->lang . '"></script>';
181 181
             $html .= '<script>';
182 182
             $html .= '    grecaptcha.ready(function() {';
183 183
             $html .= '        grecaptcha.execute("' . $this->key . '", {action: "homepage"}).then(function(token) {';
Please login to merge, or discard this patch.