summaryrefslogtreecommitdiffstats
path: root/template/en/default
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default')
-rw-r--r--template/en/default/filterexceptions.pl4
-rw-r--r--template/en/default/request/email.txt.tmpl5
2 files changed, 3 insertions, 6 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl
index 7b7ba5134..c669b2e15 100644
--- a/template/en/default/filterexceptions.pl
+++ b/template/en/default/filterexceptions.pl
@@ -417,10 +417,6 @@
'linktext.$type',
],
-'bug/create/comment.txt.tmpl' => [
- 'form.comment',
-],
-
'bug/create/create.html.tmpl' => [
'g.bit',
'g.description',
diff --git a/template/en/default/request/email.txt.tmpl b/template/en/default/request/email.txt.tmpl
index 569688cef..d59cad0ec 100644
--- a/template/en/default/request/email.txt.tmpl
+++ b/template/en/default/request/email.txt.tmpl
@@ -62,9 +62,10 @@ Attachment [% attidsummary %]
[%- END %]
[%- FILTER bullet = wrap(80) %]
-[% IF form.comment.length > 0 %]
+[% USE Bugzilla %]
+[% IF Bugzilla.cgi.param("comment").length > 0 %]
------- Additional Comments from [% user.identity %]
-[%+ form.comment %]
+[%+ Bugzilla.cgi.param("comment") %]
[% END %]
[%- END %]