diff --git a/plugins/Live/templates/_actionsList.twig b/plugins/Live/templates/_actionsList.twig index 8d8bc1572a994531db1b9f4108e75d8e7ba880c6..a36a9da66da5cce13984599d34f1be13afd01c0d 100644 --- a/plugins/Live/templates/_actionsList.twig +++ b/plugins/Live/templates/_actionsList.twig @@ -108,7 +108,7 @@ {% else %} <a href="{{ action.url }}" rel="noreferrer" target="_blank" class="{% if action.eventCategory|default(false) is empty %}action-list-url{# don't put URL on new line for events #}{% endif %} truncated-text-line" {% if overrideLinkStyle is not defined or overrideLinkStyle %}style="text-decoration:underline;"{% endif %}> - {{ action.url }} + {{ action.url|replace({'http://': '', 'https://': ''}) }} </a> {% endif %} {% endif %}