Commit 9a8ffffa authored by kiko%async.com.br's avatar kiko%async.com.br

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
parent 93956f04
......@@ -39,7 +39,7 @@
From: bugzilla-request-daemon
To: [% to_email %]
CC: [% flag.type.cc_list %]
Subject: [% flag.type.name %] [%+ subject_status %]: [[% terms.Bug %]&nbsp;[% 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 %]&nbsp;[% fl
[% user.identity %] has [% statuses.${flag.status} %] [%+ to_identity %] for [% flag.type.name %]:
[% terms.Bug %]&nbsp;[% bugidsummary %]
[% terms.Bug %] [%+ bugidsummary %]
[% END %]
[%+ Param('urlbase') %]show_bug.cgi?id=[% flag.target.bug.id %]
[% IF flag.target.attachment.exists %]
......
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