diff --git a/src/js/controller/read-sandbox.js b/src/js/controller/read-sandbox.js index af2da14..7a778e1 100644 --- a/src/js/controller/read-sandbox.js +++ b/src/js/controller/read-sandbox.js @@ -7,7 +7,7 @@ if (e.data.html) { // display html mail body - html = '
' + e.data.html + '
';; + html = '
' + e.data.html + '
'; } else if (e.data.text) { // diplay text mail body by with colored conversation nodes html = renderNodes(parseConversation(e.data.text));