plugins/raphael.export.js
[raphael] / plugins / raphael.export.js
index 1606ca1..7d815fe 100644 (file)
@@ -89,7 +89,7 @@
                }
 
                return '<' + name + ( matrix ? ' transform="matrix(' + matrix.toString().replace(/^matrix\(|\)$/g, '') + ')" ' : ' ' ) + attrs + '>' +
-            escapeXML(content) +
+             content +
             '</' + name + '>';
        }