diff --git a/korektury/static/korektury/opraf.js b/korektury/static/korektury/opraf.js index 760f3c6a..61ad6862 100644 --- a/korektury/static/korektury/opraf.js +++ b/korektury/static/korektury/opraf.js @@ -152,7 +152,7 @@ function box_edit(oid, action) var text; if (action == 'update') { var text_el = document.getElementById(oid + '-text'); - text = text_el.innerHTML.unescapeHTML(); + text = text_el.textContent; // FIXME původně tu bylo innerHTML.unescapeHTML() } else { text = '';