diff options
author | default <nobody@localhost> | 2023-06-01 09:32:40 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-01 09:32:40 +0200 |
commit | 1023ee88f5f83c05b65459eaf96a93e800744b57 (patch) | |
tree | 47352776d9e732163b9142951cfee4492d749a09 | |
parent | a5104752d4bfa10864ef08327b074efec0adefbb (diff) |
Fixed typo.
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( - "<br><a href=\"%s\" class=\"p-author-tag h-card snac-author snac-author-tag\">%s</a>", + "<br><a href=\"%s\" class=\"p-author-tag h-card snac-author-tag\">%s</a>", xs_dict_get(actor, "id"), user); s = xs_str_cat(s, s1); |