diff --git a/fragments/ConsentManager/box_cssjs.php b/fragments/ConsentManager/box_cssjs.php
index 2024ec58..0a3bd86f 100644
--- a/fragments/ConsentManager/box_cssjs.php
+++ b/fragments/ConsentManager/box_cssjs.php
@@ -54,7 +54,7 @@
$googleConsentModeScriptFile = 'google_consent_mode_v2.js';
}
$googleConsentModeScriptUrl = $addon->getAssetsUrl($googleConsentModeScriptFile);
- $googleConsentModeOutput .= ' ' . PHP_EOL;
+ $googleConsentModeOutput .= ' ' . PHP_EOL;
// Debug-Script laden wenn Debug-Modus aktiviert UND User im Backend eingeloggt
if (isset($consent_manager->domainInfo['google_consent_mode_debug'])
@@ -65,10 +65,10 @@
// Nur für eingeloggte Backend-Benutzer
if (rex_backend_login::hasSession() && null !== rex::getUser()) {
$debugScriptUrl = $addon->getAssetsUrl('consent_debug.js');
- $googleConsentModeOutput .= ' ' . PHP_EOL;
+ $googleConsentModeOutput .= ' ' . PHP_EOL;
// Debug-Konfiguration für JavaScript verfügbar machen
- $googleConsentModeOutput .= ' ' . PHP_EOL;
-$consentparams['outputjs'] .= ' ' . PHP_EOL;
+$consentparams['outputjs'] .= ' ' . PHP_EOL;
+$consentparams['outputjs'] .= ' ' . PHP_EOL;
// Ausgabe Google Consent Mode v2 (vor allem anderen)
echo $googleConsentModeOutput;