From f8be6ee1a5a5572bdb5b6bc49a7926a3a8078034 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Sun, 7 Mar 2010 00:25:38 +0000 Subject: [PATCH] Small whitespace nicety git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1448 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 8d29ed71..8a6b92bb 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -1566,8 +1566,8 @@ function BatchCommand(text) { if (attrVal != "" && $.inArray(attr.localName, ['width','height','xmlns','x','y','viewBox','id','overflow']) == -1) { - out.push(' '); if(!attr.namespaceURI || nsMap[attr.namespaceURI]) { + out.push(' '); out.push(attr.nodeName); out.push("=\""); out.push(attrVal); out.push("\""); }