]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 318842: Bugs with "New:" in the header have an extra space before "New:" - Patch...
authorlpsolit%gmail.com <>
Thu, 8 Dec 2005 17:46:44 +0000 (17:46 +0000)
committerlpsolit%gmail.com <>
Thu, 8 Dec 2005 17:46:44 +0000 (17:46 +0000)
Bugzilla/BugMail.pm

index 47db3c2bfbfb041c06ec00a18cd16ca351901315..10bdf3b9eee019641d2bbc1dba7333f3d7779cfd 100644 (file)
@@ -591,7 +591,7 @@ sub sendMail {
         $newcomments =~ s/(Created an attachment \(id=([0-9]+)\))/$1\n --> \(${showattachurlbase}$2&action=view\)/g;
     }
 
-    $substs{"neworchanged"} = $isnew ? ' New: ' : '';
+    $substs{"neworchanged"} = $isnew ? 'New: ' : '';
     $substs{"to"} = $user->email;
     $substs{"cc"} = '';
     $substs{"bugid"} = $id;