Add /f secuence scape.
parent
ac7af5b8f1
commit
e734ea350c
|
@ -185,6 +185,7 @@ public class Mindmap {
|
|||
xml = xml.replace("\\b", "\\\\b");
|
||||
xml = xml.replace("\\t", "\\\\t");
|
||||
xml = xml.replace("\\r", "\\\\r");
|
||||
xml = xml.replace("\\f", "\\\\f");
|
||||
|
||||
xml = xml.trim();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue