add missing newline and remove comment, there is no multi-lang doc support

This commit is contained in:
Riccardo Mottola 2024-08-24 14:49:31 +02:00
parent cf166fdc10
commit 0905c3059a

View file

@ -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];