summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/message.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/message.html.tmpl')
-rw-r--r--template/en/default/global/message.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/message.html.tmpl b/template/en/default/global/message.html.tmpl
index f6cb321c6..58cd56908 100644
--- a/template/en/default/global/message.html.tmpl
+++ b/template/en/default/global/message.html.tmpl
@@ -34,7 +34,7 @@
[%# Display a URL if the calling script or message block has included one. %]
[% IF url && link %]
<p>
- <a href="[% url %]">[% link %]</a>
+ <a href="[% url FILTER html %]">[% link FILTER html %]</a>
</p>
[% END %]