summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-01 19:39:22 +0100
committerdefault <nobody@localhost>2022-12-01 19:39:22 +0100
commite62b6b87be371de6cd4313e55068d34facdaa3ab (patch)
tree19fb7074afb5a8d6d25c460ee76ce2494f765336
parente98dbe4eb51eb5d926ed6770b9c02fe33fa2a93c (diff)
Close a tag in history list.
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 2f18639..63b54c3 100644
--- a/html.c
+++ b/html.c
@@ -812,7 +812,7 @@ d_char *html_timeline(snac *snac, char *list, int local)
while (xs_list_iter(&p, &v)) {
xs *fn = xs_replace(v, ".html", "");
xs *s1 = xs_fmt(
- "<li><a href=\"%s/h/%s\">%s</li>\n",
+ "<li><a href=\"%s/h/%s\">%s</a></li>\n",
snac->actor, v, fn);
s = xs_str_cat(s, s1);