@@ -177,7 +177,7 @@ |
||
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) {'; |