From 81f94d44dfea3b0bf0503ca094ed7738b84f70ae Mon Sep 17 00:00:00 2001 From: default Date: Fri, 14 Apr 2023 13:38:06 +0200 Subject: [PATCH] More notification web page tweaks. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index 4c9ca31..1a0a3c2 100644 --- a/html.c +++ b/html.c @@ -1244,7 +1244,7 @@ xs_str *html_notifications(snac *snac) s = xs_str_cat(s, "
\n"); - xs *s1 = xs_fmt("

%s by %s:

\n", + xs *s1 = xs_fmt("

%s by %s:

\n", strcmp(type, "Create") == 0 ? "Mention" : type, actor_id, a_name); s = xs_str_cat(s, s1);