mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 16:20:42 +00:00
Fix protocol conformance
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11764 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9fdd67d9ff
commit
f14b26416d
1 changed files with 2 additions and 1 deletions
|
@ -1227,7 +1227,8 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
|
|||
s = [self makeLink: n ofType: @"protocol" isRef: YES];
|
||||
if (s != nil)
|
||||
{
|
||||
t = [s stringByAppendingString: @"t</a>"];
|
||||
t = [s stringByAppendingString: t];
|
||||
t = [s stringByAppendingString: @"</a>"];
|
||||
}
|
||||
return t;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue