We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b554d3 commit 47def97Copy full SHA for 47def97
src/GoogleRecaptchaV3.php
@@ -76,7 +76,7 @@ public function renderHtml(Badge $badge): string
76
}
77
78
$parts = [
79
- str($this->getJsScriptUrl($badge))->wrap('<script>', '</script>'),
+ '<script src="'.$this->getJsScriptUrl($badge).'"></script>',
80
str($this->getJsTokenScript())->wrap('<script>', '</script>'),
81
];
82
0 commit comments