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:
authorPatryk Andrzejewski <patryk@piwik.pro>2016-03-02 15:08:54 +0300
committerPatryk Andrzejewski <patryk@piwik.pro>2016-03-02 15:08:54 +0300
commit6961b34a9d15d6c87a496ff481676bbb45af5a94 (patch)
treec1474d99f21805046177d7e755cc3b74be576f52
parent248a72e9bf5ba30cfaa1cdc69ee46ca2704a374f (diff)
fix issue: #9862
-rw-r--r--plugins/Live/templates/_actionsList.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/templates/_actionsList.twig b/plugins/Live/templates/_actionsList.twig
index 82f651d7d3..d4ee6c203f 100644
--- a/plugins/Live/templates/_actionsList.twig
+++ b/plugins/Live/templates/_actionsList.twig
@@ -85,7 +85,7 @@
{% if action.type == 'search' %}
<img src='{{ action.icon }}' title='{{ 'Actions_SubmenuSitesearch'|translate }}' class="action-list-action-icon search">
{% endif %}
- <span class="truncated-text-line">{{ action.siteSearchKeyword }}</span>
+ <span class="truncated-text-line">{{ action.siteSearchKeyword|rawSafeDecoded }}</span>
{% endif %}
{% if action.eventCategory|default(false) is not empty %}
<img src='{{ action.icon }}' title='{{ 'Events_Event'|translate }}' class="action-list-action-icon event">