diff options
author | David Lawrence <dkl@mozilla.com> | 2014-04-18 18:31:49 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-04-18 18:31:49 +0200 |
commit | f8e099a25492dfa670fa86dff9842b6794da3387 (patch) | |
tree | 167aa6addf74a87054b4bb8fbb54b2f3681ac808 /template/en/default/request | |
parent | b1eaa2612816407dc0ead9106bf3272c777084d5 (diff) | |
parent | b909fa7d401cc1606f2e9c65a5f3e3ee4199e523 (diff) | |
download | bugzilla-f8e099a25492dfa670fa86dff9842b6794da3387.tar.gz bugzilla-f8e099a25492dfa670fa86dff9842b6794da3387.tar.xz |
merged with bugzilla/4.2
Diffstat (limited to 'template/en/default/request')
-rw-r--r-- | template/en/default/request/email.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/request/email.txt.tmpl b/template/en/default/request/email.txt.tmpl index f05059c1a..17ab12431 100644 --- a/template/en/default/request/email.txt.tmpl +++ b/template/en/default/request/email.txt.tmpl @@ -89,7 +89,7 @@ Attachment [% attidsummary %] [%-# .defined is necessary to avoid a taint issue in Perl < 5.10.1, see bug 509794. %] [% IF Bugzilla.cgi.param("comment").defined && Bugzilla.cgi.param("comment").length > 0 %] ------- Additional Comments from [% user.identity %] -[%+ Bugzilla.cgi.param("comment") %] +[%+ Bugzilla.cgi.param("comment") FILTER strip_control_chars %] [% END %] [%- END %] |