Commit f1207cb1 authored by Akikonata's avatar Akikonata

publish

parent bed8277d
......@@ -8226,7 +8226,7 @@ KityMinder.registerProtocal( "svg", function () {
fileExtension: '.svg',
encode: function ( json, km ) {
// svg 含有   符号导出报错 Entity 'nbsp' not defined
return km.getPaper().container.innerHTML.replace(/ /g, ' ');
return km.getPaper().container.innerHTML.replace( / /g, ' ' );
},
recognizePriority: -1
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment