summaryrefslogtreecommitdiffstats
path: root/template/en/default/pages
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-27 00:48:33 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-27 00:48:33 +0200
commit9e8067ca4bb9e0d21a397f681fce376e9b28ef92 (patch)
tree1fa4f58ac0a732fa46d4991644b9ed8d66349ef2 /template/en/default/pages
parentf2a3931c5f955bc2b26d3a6ee6e3fb55f6a27ee4 (diff)
downloadbugzilla-9e8067ca4bb9e0d21a397f681fce376e9b28ef92.tar.gz
bugzilla-9e8067ca4bb9e0d21a397f681fce376e9b28ef92.tar.xz
Bug 551468: Stop word-wrapping comments on the server
r=glob, a=mkanat
Diffstat (limited to 'template/en/default/pages')
-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>