diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 6300fc9..5b9e2fe 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -760,7 +760,7 @@ xs_str *process_tags(snac *snac, const char *content, xs_list **tag) | |||
| 760 | 760 | ||
| 761 | tl = xs_list_append(tl, d); | 761 | tl = xs_list_append(tl, d); |
| 762 | 762 | ||
| 763 | link = xs_fmt("<a href=\"%s\" class=\"u-url h-card mention\">%s</a>", actor, n); | 763 | link = xs_fmt("<span class=\"h-card\"><a href=\"%s\" class=\"u-url mention\">%s</a></span>", actor, n); |
| 764 | } | 764 | } |
| 765 | 765 | ||
| 766 | if (!xs_is_null(link)) | 766 | if (!xs_is_null(link)) |