stagit-index: also dont assume someones <html lang> :)
This commit is contained in:
parent
7bb7dc5cc9
commit
99583eee62
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void
|
|||
writeheader(FILE *fp)
|
||||
{
|
||||
fputs("<!DOCTYPE html>\n"
|
||||
"<html dir=\"ltr\" lang=\"en\">\n<head>\n"
|
||||
"<html>\n<head>\n"
|
||||
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n"
|
||||
"<title>", fp);
|
||||
xmlencode(fp, description, strlen(description));
|
||||
|
|
Loading…
Reference in a new issue