# HG changeset patch # User Anthony Ly # Date 1370966829 -7200 # Node ID eb327c2595db60e3c0f6789bfd02b8634aa5a56e # Parent 271d3c41f007946de15464213f6fda84289b802f text editor define markup to html diff -r 271d3c41f007 -r eb327c2595db 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; }