From 2b5004624599fdc6e289702a7c3626a96a1a99dd Mon Sep 17 00:00:00 2001 From: lostd Date: Wed, 20 Jan 2016 16:36:16 +0200 Subject: Use the recommended HTML5 document type. --- stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stagit.c') diff --git a/stagit.c b/stagit.c index 053ca4a..173ac4c 100644 --- a/stagit.c +++ b/stagit.c @@ -237,7 +237,7 @@ printtimeshort(FILE *fp, const git_time *intime) int writeheader(FILE *fp) { - fputs("" + fputs("\n" "\n\n" "\n" "\n", fp); -- cgit v1.2.3