- Commit
- e5de041edfb3ea18e977f152443dbdd9511cf385
- Parent
- 9ff045f26ddf8c842685334e9cb8cd3b951f7b5b
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Fixed a bug in the index page
My personal build of stagit 😸️
Fixed a bug in the index page
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | stagit-index.c | 2 | 1 | 1 |
diff --git a/stagit-index.c b/stagit-index.c @@ -99,7 +99,7 @@ void writeheader(FILE *fp) fputs("</nav>\n", fp); fputs("<main>\n", fp); - fputs("<div id=\"index\">\n", fp); + fputs("<div class=\"article-list\">\n", fp); } void writefooter(FILE *fp)