aboutsummaryrefslogtreecommitdiffstats
path: root/stagit-index.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <[email protected]>2016-01-05 21:04:07 +0100
committerHiltjo Posthuma <[email protected]>2016-01-05 21:04:07 +0100
commit4f318941d086371f4e87f1e7b96f1c029f8766c2 (patch)
tree19636585b7ab41139955fc2abf96d6a9f512ddff /stagit-index.c
parent200ccad8b566c3705f3d3e5dd7d5456be85e6900 (diff)
downloadstagit-4f318941d086371f4e87f1e7b96f1c029f8766c2.tar.gz
stagit-4f318941d086371f4e87f1e7b96f1c029f8766c2.zip
revert log.html to log/head.html change
Diffstat (limited to 'stagit-index.c')
-rw-r--r--stagit-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit-index.c b/stagit-index.c
index 9e2b2c0..356f08c 100644
--- a/stagit-index.c
+++ b/stagit-index.c
@@ -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));