From: lpsolit%gmail.com <> Date: Thu, 5 Mar 2009 00:58:33 +0000 (+0000) Subject: Bug 481506: Filtering email addresses in comments can hang Bugzilla in some cases... X-Git-Tag: bugzilla-3.3.4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beb1667ab142fb56f9fda1b108bb1d4a7b353d1e;p=thirdparty%2Fbugzilla.git Bug 481506: Filtering email addresses in comments can hang Bugzilla in some cases - Patch by Frédéric Buclin r=glob a=mkanat --- diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 3a30ca5b28..576b3f850b 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -222,8 +222,7 @@ [% END %]
-  [%- wrapped_comment FILTER email 
-                      FILTER quoteUrls(bug.bug_id, comment.already_wrapped) -%]
+  [%- wrapped_comment FILTER quoteUrls(bug.bug_id, comment.already_wrapped) -%]
 
[% END %]