1
0
forked from GitHub/gf-core

*** empty log message ***

This commit is contained in:
janna
2004-10-28 14:13:31 +00:00
parent 02151b73d0
commit 7d8345300a

View File

@@ -1988,7 +1988,7 @@ public class GFEditor2 extends JFrame implements ActionListener, CaretListener,
String less = "\\"+"<";
restString = replaceSubstring(restString,more,"> ");
restString = replaceSubstring(restString,less," <");
restString= replaceSubstring(restString,"\b\b","\b");
restString= replaceSubstring(restString,"\\\\"," \\");
if (debug4)
System.out.println(restString);
output.append(restString.replaceAll("&-","\n "));