From e09383ebeedd6b6f8dee8b57373027b00e6203b5 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Wed, 25 Jul 2018 19:47:29 +0000 Subject: Replace proxy redirect with rel=noreferrer (#12780) * Replace proxy redirect with rel=noreferrer * Add noopener * Restore action=redirect for non-Matomo links * Wrap referring URLs * NO target on download link * Fix Github links * Fix whitespace * Fix tests * Revert change * Revert changes * Fix tests * Add noreferrer shim for MSIE 10 * Remove all action=redirect links * Restore noreferrer * Restore test * Fix one more occurrence * Update changelog * Combine if's * Fix changelog wording * Fix stray whitespace --- plugins/CoreVisualizations/templates/_dataTableViz_tagCloud.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/CoreVisualizations') diff --git a/plugins/CoreVisualizations/templates/_dataTableViz_tagCloud.twig b/plugins/CoreVisualizations/templates/_dataTableViz_tagCloud.twig index a86120181e..f9f51397e2 100644 --- a/plugins/CoreVisualizations/templates/_dataTableViz_tagCloud.twig +++ b/plugins/CoreVisualizations/templates/_dataTableViz_tagCloud.twig @@ -4,7 +4,7 @@ {# we strike tags with 0 hits #} {% if value.value == 0 %}valueIsZero{% endif %}"> {% if labelMetadata[value.word].url is not sameas(false) %} - + {% endif %} {% if labelMetadata[value.word].logo is not sameas(false) %} @@ -14,4 +14,4 @@ {% if labelMetadata[value.word].url is not sameas(false) %}{% endif %} {% endfor %} - \ No newline at end of file + -- cgit v1.2.3