Properies pane.
[redakcja.git] / src / redakcja / static / js / wiki / view_editor_wysiwyg.js
index 607fa3f..517c878 100644 (file)
 
         xml2html({
             xml: this.doc.text,
+            base: this.doc.getBase(),
             success: function(element){
                 var htmlView = $('#html-view');
                 htmlView.html(element);