Tidied to fix failures to meet DTD

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11806 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-12-18 11:29:02 +00:00
parent 6cffd05410
commit 39514f6a99
3 changed files with 26 additions and 5 deletions

View file

@ -732,7 +732,7 @@ static NSMutableSet *textNodes = nil;
if ([[children name] isEqual: @"copy"] == YES)
{
[buf appendString: indent];
[buf appendString: @"<p>Copyright: (C) "];
[buf appendString: @"<p><b>Copyright:</b> (C) "];
[self outputText: [children children] to: buf];
[buf appendString: @"</p>\n"];
children = firstElement([children next]);