diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-21 01:20:24 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-21 01:20:24 +0200 |
commit | c971c66989e39fddbebfdf671d4f55502620a61f (patch) | |
tree | 35ae9371a65e1bd9a08cb66f3467dd3ea6a8abfb /template | |
parent | bd8840d647ea4901b55c5b69838dd8c872adffa5 (diff) | |
download | bugzilla-c971c66989e39fddbebfdf671d4f55502620a61f.tar.gz bugzilla-c971c66989e39fddbebfdf671d4f55502620a61f.tar.xz |
Bug 605412 part 2: remove useless --- --- from the signature
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/email/bugmail.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl index 86db5c0a2..1b3bdf201 100644 --- a/template/en/default/email/bugmail.txt.tmpl +++ b/template/en/default/email/bugmail.txt.tmpl @@ -36,7 +36,7 @@ [% END %] -- [%# Protect the trailing space of the signature marker %] -------- You are receiving this mail because: ------- +You are receiving this mail because: [% SET reason_lines = [] %] [% FOREACH reason = reasons %] [% reason_lines.push(reason_descs.$reason) IF reason_descs.$reason %] |