mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 09:09:12 -04:00
stagit-index: also dont assume someones <html lang> :)
This commit is contained in:
parent
7bb7dc5cc9
commit
99583eee62
@ -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…
x
Reference in New Issue
Block a user