stagit-index: also dont assume someones <html lang> :)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user