aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/pages/linked.html.tmpl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-26 15:48:33 -0700
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-26 15:48:33 -0700
commit9e8067ca4bb9e0d21a397f681fce376e9b28ef92 (patch)
tree1fa4f58ac0a732fa46d4991644b9ed8d66349ef2 /template/en/default/pages/linked.html.tmpl
parentf2a3931c5f955bc2b26d3a6ee6e3fb55f6a27ee4 (diff)
downloadbugs-9e8067ca4bb9e0d21a397f681fce376e9b28ef92.tar
bugs-9e8067ca4bb9e0d21a397f681fce376e9b28ef92.tar.gz
bugs-9e8067ca4bb9e0d21a397f681fce376e9b28ef92.tar.bz2
bugs-9e8067ca4bb9e0d21a397f681fce376e9b28ef92.tar.xz
bugs-9e8067ca4bb9e0d21a397f681fce376e9b28ef92.zip
Bug 551468: Stop word-wrapping comments on the server
r=glob, a=mkanat
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 52b1735f6..b5d850627 100644
--- a/template/en/default/pages/linked.html.tmpl
+++ b/template/en/default/pages/linked.html.tmpl
@@ -31,7 +31,7 @@
<p>
<pre class="bz_comment_text">
-[%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls FILTER html -%]
+[%- cgi.param("text") FILTER quoteUrls FILTER html -%]
</pre>
</p>
@@ -46,7 +46,7 @@
<p>
<pre class="bz_comment_text">
-[%- cgi.param("text") FILTER wrap_comment FILTER quoteUrls -%]
+[%- cgi.param("text") FILTER quoteUrls -%]
</pre>
</p>