stagit
static git repository generator
git clone https://9o.is/git/stagit.git
commit 0f7b3fe72b21bafbb3717e2d8ac0e79ab0ea7252 parent dfd93dc273b128381a383c48c57d83252580c81a Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Mon, 17 Apr 2017 13:13:26 +0200 stagit-index: also dont assume someones <html lang> :) Diffstat:
| M | stagit-index.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stagit-index.c b/stagit-index.c @@ -73,7 +73,7 @@ void writeheader(FILE *fp) { fputs("<!DOCTYPE html>\n" - "<html dir=\"ltr\" lang=\"en\">\n<head>\n" + "<html>\n<head>\n" "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n" "<title>", fp); xmlencode(fp, description, strlen(description));