mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
add missing newline and remove comment, there is no multi-lang doc support
This commit is contained in:
parent
cf166fdc10
commit
0905c3059a
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ static NSMutableSet *textNodes = nil;
|
|||
|
||||
/* Declaration */
|
||||
[buf appendString: @"<!DOCTYPE html>\n"];
|
||||
[buf appendString: @"<html lang=\"en\">"]; // if we support multi-lang doc, this should be dynamic
|
||||
[buf appendString: @"<html lang=\"en\">\n"];
|
||||
|
||||
[self incIndent];
|
||||
[self outputNodeList: node to: buf];
|
||||
|
|
Loading…
Reference in a new issue