summaryrefslogtreecommitdiff
path: root/web-ui
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui')
-rw-r--r--web-ui/app/js/helpers/view_helper.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/js/helpers/view_helper.js b/web-ui/app/js/helpers/view_helper.js
index 48d9a9c7..83de4464 100644
--- a/web-ui/app/js/helpers/view_helper.js
+++ b/web-ui/app/js/helpers/view_helper.js
@@ -40,8 +40,8 @@ define(
function formatMailBody (mail) {
var body = mail.htmlBodyPart ?
htmlWhitelister.sanitize(mail.htmlBody, htmlWhitelister.tagPolicy) :
- addParagraphsToPlainText(mail.textPlainBody)
- return $(body)
+ addParagraphsToPlainText(mail.textPlainBody);
+ return $(body);
}
function moveCaretToEnd(el) {