diff options
author | lpsolit%gmail.com <> | 2009-03-05 03:37:48 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-03-05 03:37:48 +0100 |
commit | 9193df07f75e1ca094fae0df8e97a17565530e4e (patch) | |
tree | 661c9a0da5aa651ea0d21d4a6890ef0ba3c0bf52 /template/en/default/bug | |
parent | beb1667ab142fb56f9fda1b108bb1d4a7b353d1e (diff) | |
download | bugzilla-9193df07f75e1ca094fae0df8e97a17565530e4e.tar.gz bugzilla-9193df07f75e1ca094fae0df8e97a17565530e4e.tar.xz |
2nd part of bug 481506: Filtering email addresses in comments can hang Bugzilla in some cases - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/show.xml.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 1114d9cd7..8fc6ddb3f 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -83,7 +83,7 @@ [% IF user.in_group(Param('timetrackinggroup')) && (c.work_time - 0 != 0) %] <work_time>[% PROCESS formattimeunit time_unit = c.work_time FILTER xml %]</work_time> [% END %] - <thetext>[% c.body FILTER email FILTER xml %]</thetext> + <thetext>[% c.body FILTER xml %]</thetext> </long_desc> [% END %] [% END %] |