mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 09:09:12 -04:00
remove Content-Language: en
thanks Aymeric Mansoux!
This commit is contained in:
parent
300a2495c6
commit
9e96062b62
2
stagit.c
2
stagit.c
@ -331,7 +331,7 @@ writeheader(FILE *fp, const char *title)
|
||||
fputs("<!DOCTYPE html>\n"
|
||||
"<html dir=\"ltr\" lang=\"en\">\n<head>\n"
|
||||
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n"
|
||||
"<meta http-equiv=\"Content-Language\" content=\"en\" />\n<title>", fp);
|
||||
"<title>", fp);
|
||||
xmlencode(fp, title, strlen(title));
|
||||
if (title[0] && strippedname[0])
|
||||
fputs(" - ", fp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user