X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/12471fdc58a1d8dc94c3cd902f1c1c531a4bfd6e..22121e7b8f5b96e2a174bfb623adac3f3a4cbab9:/src/redakcja/static/js/wiki/view_editor_wysiwyg.js diff --git a/src/redakcja/static/js/wiki/view_editor_wysiwyg.js b/src/redakcja/static/js/wiki/view_editor_wysiwyg.js index 607fa3f2..517c878e 100644 --- a/src/redakcja/static/js/wiki/view_editor_wysiwyg.js +++ b/src/redakcja/static/js/wiki/view_editor_wysiwyg.js @@ -692,6 +692,7 @@ xml2html({ xml: this.doc.text, + base: this.doc.getBase(), success: function(element){ var htmlView = $('#html-view'); htmlView.html(element);