mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Minor fix.
This commit is contained in:
parent
5719e54091
commit
b4f036745f
@ -127,7 +127,7 @@ public class MindMapBean {
|
||||
final String xmlAsJsLiteral = this.mindmap.getXmlAsJsLiteral();
|
||||
|
||||
// Firefox is failing for this. Need to be reviewed ...
|
||||
return xmlAsJsLiteral.replace(Pattern.quote("\\u0000"),"");
|
||||
return xmlAsJsLiteral.replace("\\u0000","");
|
||||
}
|
||||
|
||||
public String getProperties() throws WiseMappingException {
|
||||
|
Loading…
Reference in New Issue
Block a user