Fix killer bug when attempting to edit SVGs from prior SVG-Edit versions

D'Oh!
This commit is contained in:
Jacques Distler 2010-02-25 10:56:18 -06:00
parent aa0a151ba4
commit f7f1668e31

View file

@ -5613,7 +5613,7 @@ function BatchCommand(text) {
nonce = n;
if (extensions["Arrows"]) call("setarrownonce", n) ;
} else {
svgcontent.setAttributeNS(xmlnsns, 'xml:se', se_ns);
svgcontent.setAttributeNS(xmlnsns, 'xmlns:se', se_ns);
svgcontent.setAttributeNS(se_ns, 'se:nonce', nonce);
}
// change image href vals if possible