From 8498692f2b6fd627044a374ecb6cd2d8565afe52 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 10 Jan 2014 09:15:08 +0100 Subject: [PATCH] [FIX] Properly un-escape Google Analytics code --- public/templates/mpos/master.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/mpos/master.tpl b/public/templates/mpos/master.tpl index 6693f3f0..bd352d06 100644 --- a/public/templates/mpos/master.tpl +++ b/public/templates/mpos/master.tpl @@ -31,7 +31,7 @@ {if $GLOBAL.statistics.analytics.enabled} - {$GLOBAL.statistics.analytics.code|escape:false} + {$GLOBAL.statistics.analytics.code nofilter} {/if}