stagit-index: also dont assume someones <html lang> :)

This commit is contained in:
Hiltjo Posthuma 2017-04-17 13:13:26 +02:00
parent 7bb7dc5cc9
commit 99583eee62

View file

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