X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/be9879c2a845b9d54ddb2aa61f970cffcde01ace..0171e11c886d0d294fb05f461fe6ec1b389f02d5:/redakcja/static/js/wiki/xslt.js diff --git a/redakcja/static/js/wiki/xslt.js b/redakcja/static/js/wiki/xslt.js index a0d0d4bc..67216eb9 100644 --- a/redakcja/static/js/wiki/xslt.js +++ b/redakcja/static/js/wiki/xslt.js @@ -273,7 +273,7 @@ HTMLSerializer.prototype.serialize = function(rootElement, stripOuter) if(xnode === 'wers') { /* push children */ if(self._verseBefore(token.node)) - self.result += '/'; + self.result += '/\n'; self._pushChildren(token.node); break; };