Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
This commit is contained in:
commit
f791eae642
BIN
public/svg-edit/editor/images/edit_foreign.png
Normal file
BIN
public/svg-edit/editor/images/edit_foreign.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
public/svg-edit/editor/images/foreign.png
Normal file
BIN
public/svg-edit/editor/images/foreign.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 233 B |
|
@ -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 +'"');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue