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>2015-05-25 05:35:38 +0300
committermattab <matthieu.aubry@gmail.com>2015-05-25 05:35:38 +0300
commit7f504aa1f15c7c07c7809e6bce6a4d2f96ec88fb (patch)
treebd0d974555a244bb66532129974fb0ba58360770 /plugins/Live/templates/_actionsList.twig
parent705cfe7fa37791dd828c500547d65699602241e7 (diff)
Remove duplicate rel=noreferrer attribute
Diffstat (limited to 'plugins/Live/templates/_actionsList.twig')
-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 a2bce2ab9a..132321bb1a 100644
--- a/plugins/Live/templates/_actionsList.twig
+++ b/plugins/Live/templates/_actionsList.twig
@@ -101,7 +101,7 @@
and previousAction.url|default(false) == action.url %}
{# For events, do not show (url) if the Event URL is the same as the URL last displayed #}
{% else %}
- <a href="{{ action.url }}" rel="noreferrer" target="_blank" rel="noreferrer" class="{% if action.eventCategory|default(false) is empty %}action-list-url{# don't put URL on new line for events #}{% endif %} truncated-text-line"
+ <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="{% if action.type=='action' and action.pageTitle|default(false) is not empty %}margin-left: 9px;{% endif %}text-decoration:underline;"{% endif %}>
{% if action.eventCategory|default(false) is not empty %}
(url)