Commit beb1667a authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 481506: Filtering email addresses in comments can hang Bugzilla in some…

Bug 481506: Filtering email addresses in comments can hang Bugzilla in some cases - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=glob a=mkanat
parent 1564690b
...@@ -222,8 +222,7 @@ ...@@ -222,8 +222,7 @@
[% END %] [% END %]
<pre class="bz_comment_text" <pre class="bz_comment_text"
[% ' id="comment_text_' _ count _ '"' IF mode == "edit" %]> [% ' id="comment_text_' _ count _ '"' IF mode == "edit" %]>
[%- wrapped_comment FILTER email [%- wrapped_comment FILTER quoteUrls(bug.bug_id, comment.already_wrapped) -%]
FILTER quoteUrls(bug.bug_id, comment.already_wrapped) -%]
</pre> </pre>
</div> </div>
[% END %] [% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment