diff --git a/html.c b/html.c index 9b5cbf2..d3f812b 100644 --- a/html.c +++ b/html.c @@ -160,7 +160,7 @@ xs_str *html_actor_icon(xs_str *os, char *actor, xs *user = xs_fmt("@%s@%s", username, xs_list_get(domain, 2)); s1 = xs_fmt( - "
%s", + "
%s", xs_dict_get(actor, "id"), user); s = xs_str_cat(s, s1);