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:
authorMatthieu Aubry <matt@piwik.org>2015-02-16 06:36:47 +0300
committerMatthieu Aubry <matt@piwik.org>2015-02-16 06:36:47 +0300
commit4510a67afdc6bae8667c5364a26fa5815a67007b (patch)
treecc81cdc6b3e6e7b9bdf35b5a6d7f01e93a6af9eb /plugins/Live
parentcbf2b1aaf4bd7537e5b2212ad1d36173c3ef62fd (diff)
parentf7cd68769e54b14eb200d6f6437fc49b802fa789 (diff)
Merge pull request #7200 from piwik/4633_2
Renamed SegmentFilter metadata to segment
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/javascripts/rowaction.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Live/javascripts/rowaction.js b/plugins/Live/javascripts/rowaction.js
index 8e0a4bf8f5..8baba18a2d 100644
--- a/plugins/Live/javascripts/rowaction.js
+++ b/plugins/Live/javascripts/rowaction.js
@@ -154,6 +154,8 @@
segmentName = piwikHelper.htmlEntities(segmentName);
segmentValue = piwikHelper.escape(segmentValue);
segmentValue = piwikHelper.htmlEntities(segmentValue);
+ segmentName = segmentName.replace(/(&amp;)(#[0-9]{2,5};)/g, '&$2')
+ segmentValue = segmentValue.replace(/(&amp;)(#[0-9]{2,5};)/g, '&$2')
var title = _pk_translate('Live_SegmentedVisitorLogTitle', [segmentName, segmentValue]);