mirror of
https://github.com/wisemapping/wisemapping-open-source.git
synced 2025-04-12 18:04:31 +08:00
Minor fix.
This commit is contained in:
parent
43e9f8fcad
commit
ac7af5b8f1
@ -185,8 +185,6 @@ public class Mindmap {
|
||||
xml = xml.replace("\\b", "\\\\b");
|
||||
xml = xml.replace("\\t", "\\\\t");
|
||||
xml = xml.replace("\\r", "\\\\r");
|
||||
xml = xml.replace("\\n", "\\\\n");
|
||||
|
||||
|
||||
xml = xml.trim();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user