fix link in stagit-index, update documentation, add TODO
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user