diff --git a/static/js/editor.js b/static/js/editor.js index 7179510..c8c6edc 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -74,7 +74,7 @@ $(document).ready(function () { }); $(".sw-text").each(function () { - var text = $(this).text().trim(); + var text = $(this).text().trim().replace(/"/g, """); var component = $(this).data("component"); $(this).html(""); $(this).closest("a").removeAttr("href"); // Issue #33