mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 19:02:20 -05:00
add another newline bfore reply text
This commit is contained in:
parent
046c0271c8
commit
6ea815221c
@ -60,7 +60,7 @@ define(function(require) {
|
||||
|
||||
// fill text body
|
||||
from = re.from[0].name || re.from[0].address;
|
||||
body = '<br><br>' + $filter('date')(re.sentDate, 'EEEE, MMM d, yyyy h:mm a') + ' ' + from + ' wrote:<br>';
|
||||
body = '<br><br>' + $filter('date')(re.sentDate, 'EEEE, MMM d, yyyy h:mm a') + ' ' + from + ' wrote:<br><br>';
|
||||
|
||||
// clean text from markup if to prevent injection in contenteditable
|
||||
if (!re.html) {
|
||||
|
Loading…
Reference in New Issue
Block a user