snac2

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

commit cd74f80279982912b5a612c2d82c258eb81fcd2b
parent 73ce97ae94273e5efb74b40aa3656f4e75539789
Author: default <nobody@localhost>
Date:   Thu,  9 Nov 2023 14:04:50 +0100

Fixed stray end of a tag.

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

diff --git a/html.c b/html.c @@ -1116,7 +1116,7 @@ xs_str *html_entry(snac *user, xs_str *os, const xs_dict *msg, int local, xs *es1 = encode_html(xs_dict_get(user->config, "name")); xs *s1 = xs_fmt( "<div class=\"snac-origin\">" - "<a href=\"%s\">%s</a> %s</a></div>", + "<a href=\"%s\">%s</a> %s</div>", user->actor, es1, L("boosted") );