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:
authormattpiwik <matthieu.aubry@gmail.com>2012-02-13 05:43:15 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-02-13 05:43:15 +0400
commit3e2b7f764ea9e62646b529f78c39084ef3fd4778 (patch)
treedcad1bb2975c6f372368c5f075284edd309fdb05 /plugins/Live/templates
parentfc928aaca45277406400d1ef900300262a2fc910 (diff)
Fixes #2475
* Campaign will now be tracked when the campaign name/keywords parameters are found in the fragment / hash tag For example example.org/bla?hello=world#pk_campaign=CAMPAIGN&utm_term=KEYWORD will be tracked as visit from campaign CAMPAIGN and keyword KEYWORD * Updated tests git-svn-id: http://dev.piwik.org/svn/trunk@5825 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 0ef46a0349..7e2b4d7b93 100644
--- a/plugins/Live/templates/visitorLog.tpl
+++ b/plugins/Live/templates/visitorLog.tpl
@@ -223,7 +223,7 @@
{else}
{* Goal conversion *}
<img src="{$action.icon}" />
- <strong>{$action.goalName}</strong>
+ <strong>{$action.goalName|escape:'html'}</strong>
{if $action.revenue > 0}, {'Live_GoalRevenue'|translate}: <strong>{$action.revenue|money:$javascriptVariablesToSet.idSite}</strong>{/if}
{/if}
</li>