]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 481506: Filtering email addresses in comments can hang Bugzilla in some cases...
authorlpsolit%gmail.com <>
Thu, 5 Mar 2009 00:58:33 +0000 (00:58 +0000)
committerlpsolit%gmail.com <>
Thu, 5 Mar 2009 00:58:33 +0000 (00:58 +0000)
template/en/default/bug/comments.html.tmpl

index 3a30ca5b2868e30787cddd667026c5d1ab7cc0aa..576b3f850b0783a19e64faf7b500c6de9c1eb553 100644 (file)
 [% 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 %]