зеркало из https://github.com/mozilla/pjs.git
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
This commit is contained in:
Родитель
f51dd83640
Коммит
5ad14bf5d9
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче