diff options
Diffstat (limited to 'stagit-index.c')
-rw-r--r-- | stagit-index.c | 2 |
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)); |