From beb1667ab142fb56f9fda1b108bb1d4a7b353d1e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 5 Mar 2009 00:58:33 +0000 Subject: Bug 481506: Filtering email addresses in comments can hang Bugzilla in some cases - Patch by Frédéric Buclin r=glob a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/comments.html.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'template/en/default/bug/comments.html.tmpl') 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 %]
-  [%- wrapped_comment FILTER email 
-                      FILTER quoteUrls(bug.bug_id, comment.already_wrapped) -%]
+  [%- wrapped_comment FILTER quoteUrls(bug.bug_id, comment.already_wrapped) -%]
 
[% END %] -- cgit v1.2.3-24-g4f1b