summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web-ui/app/js/helpers/view_helper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/helpers/view_helper.js b/web-ui/app/js/helpers/view_helper.js
index 5d4b99c2..01ab45ed 100644
--- a/web-ui/app/js/helpers/view_helper.js
+++ b/web-ui/app/js/helpers/view_helper.js
@@ -32,7 +32,7 @@ define(
}
function addParagraphsToPlainText(textPlainBody) {
- return textPlainBody.replace(/^(.*?)$/mg, "<p>$1</p>");
+ return textPlainBody.replace(/^(.*?)$/mg, '<p>$1</p>');
}
function formatMailBody (mail) {