X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/bea8d1caad32069ceb8c68feea989fc551b7917d..5505442331be28acb7e2919f21df7ec94fe938ea:/redakcja/static/js/wiki/xslt.js?ds=inline diff --git a/redakcja/static/js/wiki/xslt.js b/redakcja/static/js/wiki/xslt.js index f7dbbf63..6855384b 100644 --- a/redakcja/static/js/wiki/xslt.js +++ b/redakcja/static/js/wiki/xslt.js @@ -256,6 +256,7 @@ HTMLSerializer.prototype.serialize = function(rootElement, stripOuter) break; }; }; + self.result += text_buffer; return this.result; }