commit 0bba519498d8edd3a4923179e8e2d4a7345b00e1
parent 60b2344594bbba1d5addf72d4fbf160efa23c0b8
Author: awy <awy@awy.one>
Date: Sun, 26 Apr 2026 21:36:31 +0300
rm closing div in the header
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/stagit.c b/stagit.c
@@ -562,7 +562,6 @@ writeheader(FILE *fp, const char *title)
fprintf(fp, " | <a href=\"%sraw/%s\">LICENSE</a>",
relpath, license);
fputs("</td></tr></table>\n<hr/>\n<div id=\"content\">\n", fp);
- fputs("</div>\n", fp);
}
void