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:
authorGregor Aisch <contact@vis4.net>2013-05-06 14:43:27 +0400
committerGregor Aisch <contact@vis4.net>2013-05-06 14:43:27 +0400
commitdf7bb48036c6a4a769f0d843719267ec8966d687 (patch)
treec63372a1fdcea58e74eb9ee626730216933b594a /plugins/PrivacyManager/templates
parente2715e4c05b7e065ac747702123073474cc336a9 (diff)
fixed privacy setting template (use ~ instead of + for str concatenation in Twig)
Diffstat (limited to 'plugins/PrivacyManager/templates')
-rw-r--r--plugins/PrivacyManager/templates/privacySettings.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PrivacyManager/templates/privacySettings.twig b/plugins/PrivacyManager/templates/privacySettings.twig
index 35077506c3..0ccd55e1b1 100644
--- a/plugins/PrivacyManager/templates/privacySettings.twig
+++ b/plugins/PrivacyManager/templates/privacySettings.twig
@@ -266,7 +266,7 @@
{% set iframeOptOut %}<iframe frameborder="no" width="600px" height="200px" src="{{ optOutUrl }}"></iframe>{% endset %}
<code>{{ iframeOptOut|e('html') }}</code>
<br/>
- {{ 'CoreAdminHome_OptOutExplanationBis'|translate("<a href='"+optOutUrl+"' target='_blank'>","</a>")|raw }}
+ {{ 'CoreAdminHome_OptOutExplanationBis'|translate("<a href='" ~ optOutUrl ~ "' target='_blank'>","</a>")|raw }}
</p>
<div style='height:100px'></div>