mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 05:15:04 +00:00
Added h-card to the class of mention links.
This commit is contained in:
parent
7a6b94a058
commit
b1dceb0770
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ xs_str *process_tags(snac *snac, const char *content, xs_list **tag)
|
|||
|
||||
tl = xs_list_append(tl, d);
|
||||
|
||||
link = xs_fmt("<a href=\"%s\" class=\"u-url mention\">%s</a>", actor, n);
|
||||
link = xs_fmt("<a href=\"%s\" class=\"u-url h-card mention\">%s</a>", actor, n);
|
||||
}
|
||||
|
||||
if (!xs_is_null(link))
|
||||
|
|
Loading…
Reference in a new issue