diff options
author | kiko%async.com.br <> | 2003-12-01 21:24:33 +0100 |
---|---|---|
committer | kiko%async.com.br <> | 2003-12-01 21:24:33 +0100 |
commit | 9a8ffffaaf9bcb850b6bf298a8cac6e9e431f343 (patch) | |
tree | a3d4d3d900cadcf06e67280e170b34567d66cd17 | |
parent | 93956f04f717783cf4bc4f1420412e893ef73555 (diff) | |
download | bugzilla-9a8ffffaaf9bcb850b6bf298a8cac6e9e431f343.tar.gz bugzilla-9a8ffffaaf9bcb850b6bf298a8cac6e9e431f343.tar.xz |
Bug 226932: flag request email sends ' ' in subject. Remove
entities that were introduced by the fix for bug 13540. Patch by Stephen
Reindl <sr@stephenreindl.de>, r=kiko, a=justdave
-rw-r--r-- | template/en/default/request/email.txt.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/request/email.txt.tmpl b/template/en/default/request/email.txt.tmpl index 9024a6fe0..719f9d869 100644 --- a/template/en/default/request/email.txt.tmpl +++ b/template/en/default/request/email.txt.tmpl @@ -39,7 +39,7 @@ From: bugzilla-request-daemon To: [% to_email %] CC: [% flag.type.cc_list %] -Subject: [% flag.type.name %] [%+ subject_status %]: [[% terms.Bug %] [% flag.target.bug.id %]] [% flag.target.bug.summary %] +Subject: [% flag.type.name %] [%+ subject_status %]: [[% terms.Bug %] [%+ flag.target.bug.id %]] [% flag.target.bug.summary %] [%- IF flag.target.attachment.exists %] : [Attachment [% flag.target.attachment.id %]] [% flag.target.attachment.summary %][% END %] @@ -48,7 +48,7 @@ Subject: [% flag.type.name %] [%+ subject_status %]: [[% terms.Bug %] [% fl [% user.identity %] has [% statuses.${flag.status} %] [%+ to_identity %] for [% flag.type.name %]: -[% terms.Bug %] [% bugidsummary %] +[% terms.Bug %] [%+ bugidsummary %] [% END %] [%+ Param('urlbase') %]show_bug.cgi?id=[% flag.target.bug.id %] [% IF flag.target.attachment.exists %] |