From: Hiltjo Posthuma Date: Fri, 19 Mar 2021 10:29:53 +0000 (+0100) Subject: add meta viewport on stagit-index too X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=995f7d5c5d8e396b06e70b1497ac96df63ffec36;p=forks%2Fstagit.git add meta viewport on stagit-index too Patch by Oscar Benedito, thanks! --- diff --git a/stagit-index.c b/stagit-index.c index 5cf9053..11a6017 100644 --- a/stagit-index.c +++ b/stagit-index.c @@ -66,6 +66,7 @@ writeheader(FILE *fp) fputs("\n" "\n\n" "\n" + "\n" "", fp); xmlencode(fp, description, strlen(description)); fprintf(fp, "\n\n", relpath);