commit 99583eee62af43c0504bfc2aab6058b69a46313b (patch)
parent 7bb7dc5cc97e20aa235badd07b7c0b82726d8109
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 17 Apr 2017 13:13:26 +0200
stagit-index: also dont assume someones <html lang> :)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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));