Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
This commit is contained in:
commit
a30d748d82
|
@ -5613,7 +5613,7 @@ function BatchCommand(text) {
|
||||||
nonce = n;
|
nonce = n;
|
||||||
if (extensions["Arrows"]) call("setarrownonce", n) ;
|
if (extensions["Arrows"]) call("setarrownonce", n) ;
|
||||||
} else {
|
} else {
|
||||||
svgcontent.setAttributeNS(xmlnsns, 'xml:se', se_ns);
|
svgcontent.setAttributeNS(xmlnsns, 'xmlns:se', se_ns);
|
||||||
svgcontent.setAttributeNS(se_ns, 'se:nonce', nonce);
|
svgcontent.setAttributeNS(se_ns, 'se:nonce', nonce);
|
||||||
}
|
}
|
||||||
// change image href vals if possible
|
// change image href vals if possible
|
||||||
|
|
Loading…
Reference in a new issue