mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
6cffd05410
commit
39514f6a99
3 changed files with 26 additions and 5 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue