From a63645a5ea4e60523c0024f69c627f586b601d82 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 15 Nov 2020 21:11:46 +0100 Subject: [PATCH] add meta viewport for scaling on mobile Patch by Augustin Fabre --- stagit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stagit.c b/stagit.c index 13f5705..12a76a4 100644 --- a/stagit.c +++ b/stagit.c @@ -449,6 +449,7 @@ writeheader(FILE *fp, const char *title) fputs("\n" "\n\n" "\n" + "\n" "", fp); xmlencode(fp, title, strlen(title)); if (title[0] && strippedname[0]) -- 2.30.2