summaryrefslogtreecommitdiff
path: root/stagit-index.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2017-04-17 13:13:26 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2017-04-17 13:13:26 +0200
commit99583eee62af43c0504bfc2aab6058b69a46313b (patch)
tree27e11ce59c025680ef16d82e19df40de109e2f3a /stagit-index.c
parent7bb7dc5cc97e20aa235badd07b7c0b82726d8109 (diff)
stagit-index: also dont assume someones <html lang> :)
Diffstat (limited to 'stagit-index.c')
-rw-r--r--stagit-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit-index.c b/stagit-index.c
index 50fe19f..09e5513 100644
--- 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));