Whoops! Missed another piece of XML Namespace Bogosity

Also forgot to add the new PNGs.
This commit is contained in:
Jacques Distler 2010-02-12 00:16:13 -06:00
parent 502d4f20bb
commit 0b459d0a47
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 B

View file

@ -1503,7 +1503,7 @@ function BatchCommand(text) {
var el = this;
$.each(this.attributes, function(i, attr) {
var uri = attr.namespaceURI;
if(uri && !nsuris[uri]) {
if(uri && !nsuris[uri] && nsMap[uri]) {
nsuris[uri] = true;
out.push(" xmlns:" + nsMap[uri] + '="' + uri +'"');
}