projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
300a249
)
remove Content-Language: en
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Wed, 9 Nov 2016 16:49:38 +0000
(17:49 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Wed, 9 Nov 2016 16:49:38 +0000
(17:49 +0100)
thanks Aymeric Mansoux!
stagit.c
patch
|
blob
|
history
diff --git
a/stagit.c
b/stagit.c
index c2ff96632c113349fbbc84191ac24edd733917ea..3b8913f8aef6407b3cade30e040d54106b576410 100644
(file)
--- a/
stagit.c
+++ b/
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);