]> git.armaanb.net Git - stagit.git/commitdiff
stagit-index: also dont assume someones <html lang> :)
authorHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 17 Apr 2017 11:13:26 +0000 (13:13 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 17 Apr 2017 11:13:26 +0000 (13:13 +0200)
stagit-index.c

index 50fe19f564fe225adb1a05b12658aedbd39abdc9..09e5513051c1f13bc5565b52385fc3f705de8c2e 100644 (file)
@@ -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));