Small whitespace nicety

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1448 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jacques Distler 2010-03-07 00:25:38 +00:00
parent 7b5b7c4fdf
commit f8be6ee1a5
1 changed files with 1 additions and 1 deletions

View File

@ -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("\"");
}