From 3e1234a887f56a1cf853e29ba89370b234af5127 Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Wed, 22 Jul 2020 23:34:22 +0200 Subject: Adds missing rel attribute for external link (#16234) --- plugins/Live/templates/getLastVisitsStart.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Live/templates/getLastVisitsStart.twig b/plugins/Live/templates/getLastVisitsStart.twig index c0a380a501..a1b9c1f590 100644 --- a/plugins/Live/templates/getLastVisitsStart.twig +++ b/plugins/Live/templates/getLastVisitsStart.twig @@ -73,7 +73,7 @@ {% else %} {% if action.url is defined and action.url is not empty %} - + {% endif %} {% if action.type == 'action' %} {# white spacing matters as Chrome tooltip display whitespaces #} @@ -131,4 +131,4 @@ $(function () { }); }); -{% endif %} \ No newline at end of file +{% endif %} -- cgit v1.2.3