diff --git a/src/Charcoal/CookieConsent/CookieConsentManager.php b/src/Charcoal/CookieConsent/CookieConsentManager.php index 328d03b..a03d85a 100644 --- a/src/Charcoal/CookieConsent/CookieConsentManager.php +++ b/src/Charcoal/CookieConsent/CookieConsentManager.php @@ -103,7 +103,7 @@ public function createPluginOptions(): array if ($href) { $linkAttributes = $privacyPolicyInstance->getAttributes(); $privacyPolicyTemplate = \sprintf( - '%s', + '%s', $href . '?hide-cookie-consent', ($linkAttributes['target'] ?? '_self'), ($linkAttributes['rel'] ?? ''),