From 27ed596c480a0feed503cc9b3efa98094f6db8ec Mon Sep 17 00:00:00 2001 From: Thorsten Ortlepp Date: Sat, 29 Feb 2020 15:49:19 +0100 Subject: Added meta element for viewport --- stagit-index.c | 1 + stagit.c | 1 + 2 files changed, 2 insertions(+) diff --git a/stagit-index.c b/stagit-index.c index ea8bc58..85efce6 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); diff --git a/stagit.c b/stagit.c index 8327ca3..de08e0b 100644 --- a/stagit.c +++ b/stagit.c @@ -344,6 +344,7 @@ writeheader(FILE *fp, const char *title) fputs("\n" "\n\n" "\n" + "\n" "", fp); xmlencode(fp, title, strlen(title)); if (title[0] && strippedname[0]) -- cgit v1.2.3