diff --git a/src/js/controller/write.js b/src/js/controller/write.js index b72d1af..9b6b4fc 100644 --- a/src/js/controller/write.js +++ b/src/js/controller/write.js @@ -60,7 +60,7 @@ define(function(require) { // fill text body from = re.from[0].name || re.from[0].address; - body = '

' + $filter('date')(re.sentDate, 'EEEE, MMM d, yyyy h:mm a') + ' ' + from + ' wrote:
'; + body = '

' + $filter('date')(re.sentDate, 'EEEE, MMM d, yyyy h:mm a') + ' ' + from + ' wrote:

'; // clean text from markup if to prevent injection in contenteditable if (!re.html) {