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:
authormattab <matthieu.aubry@gmail.com>2013-07-03 13:57:48 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-03 13:57:48 +0400
commit31b0658dc53ec426996557395f638443b85fafa1 (patch)
tree335ada76c851ceb7d77eaac5bae2a6febc0e2c5d /core/Metrics.php
parente3c281624fe088e98e233457522107621bbb2a94 (diff)
Another go
Diffstat (limited to 'core/Metrics.php')
-rw-r--r--core/Metrics.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Metrics.php b/core/Metrics.php
index 52fb59ddd0..bd480c1578 100644
--- a/core/Metrics.php
+++ b/core/Metrics.php
@@ -288,10 +288,9 @@ class Piwik_Metrics
return array_map('Piwik_Translate', $documentation);
}
-
public static function getPercentVisitColumn()
{
- $percentVisitsLabel = str_replace(' ', ' ' /* non breaking space */, Piwik_Translate('General_ColumnPercentageVisits'));
+ $percentVisitsLabel = str_replace(' ', html_entity_decode('&nbsp;'), Piwik_Translate('General_ColumnPercentageVisits'));
return $percentVisitsLabel;
}