summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-03-05 01:58:33 +0100
committerlpsolit%gmail.com <>2009-03-05 01:58:33 +0100
commitbeb1667ab142fb56f9fda1b108bb1d4a7b353d1e (patch)
tree76ec0be6e089dbda17315ceae585d4e209d94a6b /template/en/default/bug/comments.html.tmpl
parent1564690b809ea116d33393e44e77dcf9656fd1de (diff)
downloadbugzilla-beb1667ab142fb56f9fda1b108bb1d4a7b353d1e.tar.gz
bugzilla-beb1667ab142fb56f9fda1b108bb1d4a7b353d1e.tar.xz
Bug 481506: Filtering email addresses in comments can hang Bugzilla in some cases - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=mkanat
Diffstat (limited to 'template/en/default/bug/comments.html.tmpl')
-rw-r--r--template/en/default/bug/comments.html.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index 3a30ca5b2..576b3f850 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -222,8 +222,7 @@
[% END %]
<pre class="bz_comment_text"
[% ' id="comment_text_' _ count _ '"' IF mode == "edit" %]>
- [%- wrapped_comment FILTER email
- FILTER quoteUrls(bug.bug_id, comment.already_wrapped) -%]
+ [%- wrapped_comment FILTER quoteUrls(bug.bug_id, comment.already_wrapped) -%]
</pre>
</div>
[% END %]