Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
This commit is contained in:
commit
f791eae642
3 changed files with 1 additions and 1 deletions
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;
|
var el = this;
|
||||||
$.each(this.attributes, function(i, attr) {
|
$.each(this.attributes, function(i, attr) {
|
||||||
var uri = attr.namespaceURI;
|
var uri = attr.namespaceURI;
|
||||||
if(uri && !nsuris[uri]) {
|
if(uri && !nsuris[uri] && nsMap[uri]) {
|
||||||
nsuris[uri] = true;
|
nsuris[uri] = true;
|
||||||
out.push(" xmlns:" + nsMap[uri] + '="' + uri +'"');
|
out.push(" xmlns:" + nsMap[uri] + '="' + uri +'"');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue