text editor define markup to html
authorAnthony Ly <anthonyly.com@gmail.com>
Tue, 11 Jun 2013 18:07:09 +0200
changeset 125 eb327c2595db
parent 124 271d3c41f007
child 126 5e714dc743a4
text editor define markup to html
integration/js/edition.js
--- a/integration/js/edition.js	Tue Jun 11 18:06:06 2013 +0200
+++ b/integration/js/edition.js	Tue Jun 11 18:07:09 2013 +0200
@@ -1127,7 +1127,7 @@
 
     function updateWysiwigText(text){
         disabledPreview();
-        currentAnnotation.content.markup = 'html';
+        currentAnnotation.content.markup = "html";
         currentAnnotation.content.text = text;
         return text;
     }