mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
Add /f secuence scape.
This commit is contained in:
parent
ac7af5b8f1
commit
e734ea350c
@ -185,6 +185,7 @@ 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("\\f", "\\\\f");
|
||||||
|
|
||||||
xml = xml.trim();
|
xml = xml.trim();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user