snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit e62b6b87be371de6cd4313e55068d34facdaa3ab
parent e98dbe4eb51eb5d926ed6770b9c02fe33fa2a93c
Author: default <nobody@localhost>
Date:   Thu,  1 Dec 2022 19:39:22 +0100

Close a tag in history list.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);