diff --git a/Tools/AGSHtml.m b/Tools/AGSHtml.m index ca74b0a1c..cd2944a18 100644 --- a/Tools/AGSHtml.m +++ b/Tools/AGSHtml.m @@ -648,7 +648,7 @@ static NSMutableSet *textNodes = nil; } else if ([name isEqual: @"br"] == YES) { - [buf appendString: @"
"]; + [buf appendString: @"
"]; } else if ([name isEqual: @"category"] == YES) { @@ -739,7 +739,7 @@ static NSMutableSet *textNodes = nil; [buf appendString: @"\n"]; [buf appendString: indent]; [buf appendString: str]; - [buf appendString: @";
\n"]; + [buf appendString: @";
\n"]; node = firstElement(children); @@ -1937,7 +1937,7 @@ static NSMutableSet *textNodes = nil; [buf appendString: @"\n"]; [buf appendString: indent]; [buf appendString: str]; - [buf appendString: @";
\n"]; + [buf appendString: @";
\n"]; node = firstElement(children); @@ -2549,14 +2549,14 @@ static NSMutableSet *textNodes = nil; [buf appendString: @" deprecated at "]; [buf appendString: gvdep]; } - [buf appendString: @"
\n"]; + [buf appendString: @"
\n"]; if ([gvrem length] > 0) { [buf appendString: @" Likely to be changed/moved/removed at "]; [buf appendString: gvrem]; } [buf appendString:@"\n"]; - [buf appendString: @"
\n"]; + [buf appendString: @"
\n"]; } }