From 41b9edb929a7d72bd13729108f402b5403c9b28c Mon Sep 17 00:00:00 2001 From: Benaka Moorthi Date: Sun, 8 Sep 2013 17:03:07 -0400 Subject: Fix '% Visit' datatable column header bug by using |raw and make sure goal names are escaped in HtmlTable::setShowGoalsColumnsProperties. --- core/Metrics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Metrics.php b/core/Metrics.php index 2d85137556..3d6bc17c48 100644 --- a/core/Metrics.php +++ b/core/Metrics.php @@ -292,7 +292,7 @@ class Metrics public static function getPercentVisitColumn() { - $percentVisitsLabel = str_replace(' ', html_entity_decode(' '), Piwik_Translate('General_ColumnPercentageVisits')); + $percentVisitsLabel = str_replace(' ', ' ', Piwik_Translate('General_ColumnPercentageVisits')); return $percentVisitsLabel; } } \ No newline at end of file -- cgit v1.2.3