X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/9c90640199aa690235670f01d842e11386ded0ac..ab29eefb3c9bdb92a6211b2f4745954bc7c64592:/redakcja/static/js/wiki/xslt.js diff --git a/redakcja/static/js/wiki/xslt.js b/redakcja/static/js/wiki/xslt.js index 618dcd0e..cc71b289 100644 --- a/redakcja/static/js/wiki/xslt.js +++ b/redakcja/static/js/wiki/xslt.js @@ -366,7 +366,7 @@ HTMLSerializer.prototype._serializeElement = function(node) { }; self.result += ' ' + self._join(nsData.prefix, node.getAttribute('x-attr-name-'+this)); - self.result += '="'+node.getAttribute('x-attr-value-'+this) +'"'; + self.result += '="'+node.getAttribute('x-attr-value-'+this).replace(/&/g, '&').replace(/