From 3e2b7f764ea9e62646b529f78c39084ef3fd4778 Mon Sep 17 00:00:00 2001 From: mattpiwik Date: Mon, 13 Feb 2012 01:43:15 +0000 Subject: 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 --- plugins/Live/templates/visitorLog.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Live/templates') 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 *} - {$action.goalName} + {$action.goalName|escape:'html'} {if $action.revenue > 0}, {'Live_GoalRevenue'|translate}: {$action.revenue|money:$javascriptVariablesToSet.idSite}{/if} {/if} -- cgit v1.2.3