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:
7bb7dc5
)
stagit-index: also dont assume someones <html lang> :)
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Mon, 17 Apr 2017 11:13:26 +0000
(13:13 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Mon, 17 Apr 2017 11:13:26 +0000
(13:13 +0200)
stagit-index.c
patch
|
blob
|
history
diff --git
a/stagit-index.c
b/stagit-index.c
index 50fe19f564fe225adb1a05b12658aedbd39abdc9..09e5513051c1f13bc5565b52385fc3f705de8c2e 100644
(file)
--- a/
stagit-index.c
+++ b/
stagit-index.c
@@
-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));