logo

stagit

STAtic GIT web view generator (in C) git clone https://hacktivis.me/git/stagit.git
commit: 3047889a42d3d1313176fad607225cbc470406e9
parent c14c1a8705285773f3da61a6ca49197bfa54528a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  4 Apr 2017 18:57:41 +0200

stagit.c: Define <img alt="">

Diffstat:

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

diff --git a/stagit.c b/stagit.c @@ -487,7 +487,7 @@ writeheader(FILE *fp, const char *title) name, relpath); fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", assetpath); fputs("</head>\n<body>\n<table><tr><td>", fp); - fprintf(fp, "<a href=\"..\"><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /></a>", + fprintf(fp, "<a href=\"..\"><img src=\"%slogo.png\" alt=\"logo\" width=\"32\" height=\"32\" /></a>", assetpath); fputs("</td><td><h1>", fp); xmlencode(fp, strippedname, strlen(strippedname));