Commit 664dc7a8 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 318842: Bugs with "New:" in the header have an extra space before "New:" -…

Bug 318842: Bugs with "New:" in the header have an extra space before "New:" - Patch by Adam Guthrie <ispiked@gmail.com> r=myk a=justdave
parent 1288cb37
......@@ -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;
......
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