plugins/raphael.export.js
[raphael] / plugins / raphael.export.js
index a645817..1fe0317 100644 (file)
@@ -90,7 +90,7 @@
 
                return '<' + name + ( matrix ? ' transform="matrix(' + matrix.toString().replace(/^matrix\(|\)$/g, '') + ')" ' : ' ' ) + attrs + '>' +
              content +
-            '</' + name + '>';
+            '</' + name + '>' + \n;
        }
 
        /**