From bc0a6187ef6da18e3de5a2ea3c20e533793c2f84 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 6 Nov 2020 13:21:38 -0500 Subject: add font stylesheet --- stagit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stagit.c b/stagit.c index a394a69..54163e2 100644 --- a/stagit.c +++ b/stagit.c @@ -481,6 +481,7 @@ writeheader(FILE *fp, const char *title) fprintf(fp, "\n", name, relpath); fprintf(fp, "\n", relpath); + fprintf(fp, "\n", relpath); fputs("\n\n
", fp); fprintf(fp, "\"\"", relpath, relpath); -- cgit v1.2.3