]> git.armaanb.net Git - stagit.git/blobdiff - stagit-index.c
stagit-index: also dont assume someones <html lang> :)
[stagit.git] / stagit-index.c
index 1552f40bd9159ed192c20a8d7bc7224f6194f389..09e5513051c1f13bc5565b52385fc3f705de8c2e 100644 (file)
@@ -73,9 +73,9 @@ 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"
-               "<meta http-equiv=\"Content-Language\" content=\"en\" />\n<title>", fp);
+               "<title>", fp);
        xmlencode(fp, description, strlen(description));
        fprintf(fp, "</title>\n<link rel=\"icon\" type=\"image/png\" href=\"%sfavicon.png\" />\n", relpath);
        fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);