summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-04-09 08:29:33 +0200
committergerv%gerv.net <>2003-04-09 08:29:33 +0200
commit10b6bd69d9bef0df06bc2f1278a5a54d8aad5d71 (patch)
treedc21720ebbf8c4e4a387be510a947b335732be23 /Bugzilla/BugMail.pm
parentd9ae5657a28c1c2009060b56ad4ccd55abd6b381 (diff)
downloadbugzilla-10b6bd69d9bef0df06bc2f1278a5a54d8aad5d71.tar.gz
bugzilla-10b6bd69d9bef0df06bc2f1278a5a54d8aad5d71.tar.xz
Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. Patch by gerv; r,a=myk
Diffstat (limited to 'Bugzilla/BugMail.pm')
-rw-r--r--Bugzilla/BugMail.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index e16a45139..55c88004b 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -858,6 +858,7 @@ sub NewProcessOnePerson ($$$$$$$$$$$$$) {
$substs{"summary"} = $values{'short_desc'};
$substs{"reasonsheader"} = join(" ", @reasons);
$substs{"reasonsbody"} = $reasonsbody;
+ $substs{"space"} = " ";
my $template = Param("newchangedmail");