From 10b6bd69d9bef0df06bc2f1278a5a54d8aad5d71 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 9 Apr 2003 06:29:33 +0000 Subject: Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. Patch by gerv; r,a=myk --- Bugzilla/BugMail.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/BugMail.pm') 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"); -- cgit v1.2.3-24-g4f1b