From: Hiltjo Posthuma Date: Sun, 15 Nov 2020 20:11:46 +0000 (+0100) Subject: add meta viewport for scaling on mobile X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=a63645a5ea4e60523c0024f69c627f586b601d82;p=forks%2Fstagit.git add meta viewport for scaling on mobile Patch by Augustin Fabre --- 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])