mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Fixed typo.
This commit is contained in:
parent
a5104752d4
commit
1023ee88f5
1 changed files with 1 additions and 1 deletions
2
html.c
2
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(
|
||||
"<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);
|
||||
|
|
Loading…
Reference in a new issue