X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f8d11c06c7084e9016cad67d70307c62f1265e51..c9355cb6a53e0fa130ebe8458f9bcda3ef0c4a50:/platforma/static/js/xslt.js diff --git a/platforma/static/js/xslt.js b/platforma/static/js/xslt.js index f5af909b..566b0a80 100644 --- a/platforma/static/js/xslt.js +++ b/platforma/static/js/xslt.js @@ -236,6 +236,11 @@ HTMLSerializer.prototype.serialize = function(rootElement, stripOuter) break; }; + if(xnode === 'out-of-flow-text') { + self._pushChildren(token.node); + break; + } + if(token.node.hasAttribute('x-verse') && self._verseBefore(token.node)) { self.result += '/\n'; };