revert log.html to log/head.html change

This commit is contained in:
Hiltjo Posthuma
2016-01-05 21:04:07 +01:00
parent 200ccad8b5
commit 4f318941d0
3 changed files with 8 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ writelog(FILE *fp)
fputs("<tr><td><a href=\"", fp);
xmlencode(fp, name, strlen(name));
fputs("/log/HEAD.html\">", fp);
fputs("/log.html\">", fp);
xmlencode(fp, name, strlen(name));
fputs("</a></td><td>", fp);
xmlencode(fp, description, strlen(description));