fix link in stagit-index, update documentation, add TODO

This commit is contained in:
Hiltjo Posthuma
2016-01-03 22:42:00 +01:00
parent f96ac27087
commit 00fb6ea2b0
3 changed files with 9 additions and 3 deletions

View File

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