diff options
author | default <nobody@localhost> | 2022-12-01 19:39:22 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-01 19:39:22 +0100 |
commit | e62b6b87be371de6cd4313e55068d34facdaa3ab (patch) | |
tree | 19fb7074afb5a8d6d25c460ee76ce2494f765336 | |
parent | e98dbe4eb51eb5d926ed6770b9c02fe33fa2a93c (diff) |
Close a tag in history list.
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |