mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Improve indexing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11998 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
589424ab9d
commit
70688d1483
4 changed files with 14 additions and 4 deletions
|
@ -1266,6 +1266,11 @@ NSLog(@"Element '%@' not implemented", name); // FIXME
|
|||
NSLog(@"Element 'embed' not supported");
|
||||
return [node next];
|
||||
}
|
||||
else if ([n isEqual: @"index"] == YES)
|
||||
{
|
||||
[self outputNode: node to: buf];
|
||||
return [node next];
|
||||
}
|
||||
else if ([textNodes member: n] != nil)
|
||||
{
|
||||
[buf appendString: indent];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue