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 fed7f97e5f
commit 925cc41eb4
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ flags
lin lin
body = {s= "<body> " ++"Это тело" ++ " </body>"}; body = {s= "<body> " ++"Это тело" ++ " </body>"};
head = {s= "<head> " ++ "Это голова \" ++ " </head>"}; head = {s= "<head> " ++ "Это голова \\" ++ " </head>"};
htmlText x y = {s= " <html> "++ x.s ++ " " ++ y.s ++ " </html>"}; htmlText x y = {s= " <html> "++ x.s ++ " " ++ y.s ++ " </html>"};
}; };

View File

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