stagit-index: remove Content-Language: en
forgot to remove this from stagit-index aswell, see also:
commit 9e96062b62
This commit is contained in:
parent
f9e7dc8070
commit
7bb7dc5cc9
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ writeheader(FILE *fp)
|
|||
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, description, strlen(description));
|
||||
fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath);
|
||||
fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);
|
||||
|
|
Loading…
Reference in a new issue