]> git.armaanb.net Git - stagit.git/blobdiff - stagit-index.c
fix: add "fattr" pledge for chmod(2) for cachefile
[stagit.git] / 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));