Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeterbo <peter.boehlke@googlemail.com>2011-12-08 14:35:15 +0400
committerpeterbo <peter.boehlke@googlemail.com>2011-12-08 14:35:15 +0400
commit5e4bc5cdabb18ef1de60860121ba4db9dbee3383 (patch)
tree7cfed45264e1f554bf97f6d70cf69217790adcbb /plugins/Live/templates
parentf6c9cff569bf72b61d1a57a23604b7605f83802b (diff)
git-svn-id: http://dev.piwik.org/svn/trunk@5536 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/templates')
-rw-r--r--plugins/Live/templates/visitorLog.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/templates/visitorLog.tpl b/plugins/Live/templates/visitorLog.tpl
index 99b819055e..7124b95d96 100644
--- a/plugins/Live/templates/visitorLog.tpl
+++ b/plugins/Live/templates/visitorLog.tpl
@@ -160,7 +160,7 @@
{foreach from=$action.customVariables item=customVariable key=id}
{capture assign=name}customVariableName{$id}{/capture}
{capture assign=value}customVariableValue{$id}{/capture}
- - {$customVariable.$name} = {$customVariable.$value}
+ - {$customVariable.$name|escape:'html'} = {$customVariable.$value|escape:'html'}
{/foreach}
{/if}
{/capture}