logo

stagit

STAtic GIT web view generator (in C) git clone https://hacktivis.me/git/stagit.git
commit: 04148136f949cfac11d17a7b1a2436d00b3c6c84
parent 90349b7db4392625776c4eb274a3cf961a3d8b06
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  8 Apr 2017 17:51:33 +0200

stagit-index.c: Let HTTP server provide default index

Diffstat:

Mstagit-index.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stagit-index.c b/stagit-index.c @@ -151,7 +151,7 @@ writelog(FILE *fp) fputs("<tr><td><a href=\"", fp); percentencode(fp, stripped_name, strlen(stripped_name)); - fputs("/log.html\">", fp); + fputs("/\">", fp); xmlencode(fp, stripped_name, strlen(stripped_name)); fputs("</a></td><td>", fp); xmlencode(fp, description, strlen(description));