summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages/linked.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/pages/linked.html.tmpl')
-rw-r--r--template/en/default/pages/linked.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/pages/linked.html.tmpl b/template/en/default/pages/linked.html.tmpl
index fcb5ee9d0..bd5933094 100644
--- a/template/en/default/pages/linked.html.tmpl
+++ b/template/en/default/pages/linked.html.tmpl
@@ -32,7 +32,7 @@
<p>
<pre>
-[%- cgi.param("text") FILTER quoteUrls FILTER html -%]
+[%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls FILTER html -%]
</pre>
</p>
@@ -47,7 +47,7 @@
<p>
<pre>
-[%- cgi.param("text") FILTER quoteUrls -%]
+[%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls -%]
</pre>
</p>