Index: Tools/AGSHtml.m =================================================================== RCS file: /cvsroot/gnustep/gnustep/core/base/Tools/AGSHtml.m,v retrieving revision 1.94 diff -u -r1.94 AGSHtml.m --- Tools/AGSHtml.m 23 Jul 2005 14:18:38 -0000 1.94 +++ Tools/AGSHtml.m 21 Oct 2005 14:31:38 -0000 @@ -175,6 +175,7 @@ NSString *s; NSString *kind = (f == YES) ? @"rel=\"gsdoc\" href" : @"name"; NSString *hash = (f == YES) ? @"#" : @""; + r = [r stringByReplacingString:@":" withString:@"$"]; if (f == NO || (s = [localRefs globalRef: r type: t]) != nil) { @@ -206,6 +207,7 @@ NSString *s = nil; NSString *kind = (f == YES) ? @"rel=\"gsdoc\" href" : @"name"; NSString *hash = (f == YES) ? @"#" : @""; + r = [r stringByReplacingString:@":" withString:@"$"]; if (f == NO) { @@ -347,6 +349,7 @@ NSString *ref = [a objectAtIndex: i]; NSString *text = [dict objectForKey: ref]; NSString *file = ref; + ref = [ref stringByReplacingString:@":" withString:@"$"]; if ([file isEqual: base] == YES) { @@ -480,6 +483,7 @@ NSString *ref = [a objectAtIndex: i]; NSString *file = [dict objectForKey: ref]; NSString *text = ref; + ref = [ref stringByReplacingString:@":" withString:@"$"]; /* * If a reference to a method contains a leading category name,