diff options
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 212dd2f..8998acd 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -757,7 +757,7 @@ xs_str *process_tags(snac *snac, const char *content, xs_list **tag) | |||
| 757 | 757 | ||
| 758 | tl = xs_list_append(tl, d); | 758 | tl = xs_list_append(tl, d); |
| 759 | 759 | ||
| 760 | link = xs_fmt("<a href=\"%s\" class=\"u-url mention\">%s</a>", actor, n); | 760 | link = xs_fmt("<a href=\"%s\" class=\"u-url h-card mention\">%s</a>", actor, n); |
| 761 | } | 761 | } |
| 762 | 762 | ||
| 763 | if (!xs_is_null(link)) | 763 | if (!xs_is_null(link)) |