X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/4a1f5b4c9e482dcc399940c027a9fdf6a74ea78a..0327b33c1e7816f8a30269f8798bff5e216ccd7c:/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 618dcd0e..a97322a5 100644 --- a/redakcja/static/js/wiki/xslt.js +++ b/redakcja/static/js/wiki/xslt.js @@ -366,7 +366,9 @@ 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) +'"'; + var value = node.getAttribute('x-attr-value-'+this); + value = value.replace(/&/g, '&').replace(/