From: Radek Czajka Date: Tue, 23 Nov 2010 11:24:29 +0000 (+0100) Subject: fix for text node -> wlxml X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/22562ad88cc1bfc34e22ff02dec66fb2e975e7ac fix for text node -> wlxml --- 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; }