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>2014-11-28 11:09:48 +0300
committermattab <matthieu.aubry@gmail.com>2014-11-28 11:09:48 +0300
commitb00a6254df1f769441c53d7f53be55844fb0f1c9 (patch)
tree26eaa1caa66b13c5863a5018caeaf401013f0b65 /plugins/CoreUpdater/templates/runUpdaterAndExit_done.twig
parent44c00b9ad8ae64f0eb83463dd2835c747c9c5ccd (diff)
refs #6552 don't add rel=nofollow on links going through the proxy as the referrer is checked ;)2.10.0-b1
Diffstat (limited to 'plugins/CoreUpdater/templates/runUpdaterAndExit_done.twig')
-rw-r--r--plugins/CoreUpdater/templates/runUpdaterAndExit_done.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/templates/runUpdaterAndExit_done.twig b/plugins/CoreUpdater/templates/runUpdaterAndExit_done.twig
index 8ddf66876d..ceb7f44e53 100644
--- a/plugins/CoreUpdater/templates/runUpdaterAndExit_done.twig
+++ b/plugins/CoreUpdater/templates/runUpdaterAndExit_done.twig
@@ -1,6 +1,6 @@
{% extends '@CoreUpdater/layout.twig' %}
{% set helpMessage %}
- {{ 'CoreUpdater_HelpMessageContent'|translate('<a rel="noreferrer" target="_blank" href="?module=Proxy&action=redirect&url=http://piwik.org/faq/">','</a>','</li><li>')|raw }}
+ {{ 'CoreUpdater_HelpMessageContent'|translate('<a target="_blank" href="?module=Proxy&action=redirect&url=http://piwik.org/faq/">','</a>','</li><li>')|raw }}
{% endset %}
{% block content %}