[FIX] Properly un-escape Google Analytics code
This commit is contained in:
parent
691fa28cc0
commit
8498692f2b
@ -31,7 +31,7 @@
|
||||
<!--[if IE]><script type="text/javascript" src="{$PATH}/js/excanvas.js"></script><![endif]-->
|
||||
|
||||
{if $GLOBAL.statistics.analytics.enabled}
|
||||
{$GLOBAL.statistics.analytics.code|escape:false}
|
||||
{$GLOBAL.statistics.analytics.code nofilter}
|
||||
{/if}
|
||||
|
||||
</head>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user