mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01: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("\\b", "\\\\b");
|
||||||
xml = xml.replace("\\t", "\\\\t");
|
xml = xml.replace("\\t", "\\\\t");
|
||||||
xml = xml.replace("\\r", "\\\\r");
|
xml = xml.replace("\\r", "\\\\r");
|
||||||
xml = xml.replace("\\n", "\\\\n");
|
|
||||||
|
|
||||||
|
|
||||||
xml = xml.trim();
|
xml = xml.trim();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user