Add /f secuence scape.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user