Skip to content

Commit

Permalink
[BUG] ...Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephankellermayr authored Mar 1, 2020
1 parent f78a4a7 commit 4a6c5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Hooks/PageRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function renderPreProcess($params, $pObj)
}
*/
// Compile final codeblock
$inlineCode = (empty($gaCookieConsent) ? '<script type="text/javascript">' : '<script' . $gaCookieConsent . ' type="text/plain">') .
$scriptTag = (empty($gaCookieConsent) ? '<script type="text/javascript">' : '<script' . $gaCookieConsent . ' type="text/plain">') .
LF . '/*<![CDATA[*/' .
$analyticsPreScript .
$scriptTag .
Expand Down

0 comments on commit 4a6c5f3

Please sign in to comment.