diff --git a/plugins/Live/templates/_actionsList.twig b/plugins/Live/templates/_actionsList.twig
index 82f651d7d30cc1775c52dbda2b8d5bed50d7c29c..d4ee6c203f0c2b1897fcbc393d61b33bfb915944 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">