Minor fix.
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