summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2023-04-14 13:38:06 +0200
committerGravatar default2023-04-14 13:38:06 +0200
commit81f94d44dfea3b0bf0503ca094ed7738b84f70ae (patch)
tree9df5a442b75bcca130d79e19df31512f17d2281c /html.c
parentMore notification web tweaks. (diff)
downloadsnac2-81f94d44dfea3b0bf0503ca094ed7738b84f70ae.tar.gz
snac2-81f94d44dfea3b0bf0503ca094ed7738b84f70ae.tar.xz
snac2-81f94d44dfea3b0bf0503ca094ed7738b84f70ae.zip
More notification web page tweaks.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
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)
1244 1244
1245 s = xs_str_cat(s, "<div>\n"); 1245 s = xs_str_cat(s, "<div>\n");
1246 1246
1247 xs *s1 = xs_fmt("<p>%s by <a href=\"%s\">%s</a>:</p>\n", 1247 xs *s1 = xs_fmt("<p><b>%s by <a href=\"%s\">%s</a></b>:</p>\n",
1248 strcmp(type, "Create") == 0 ? "Mention" : type, actor_id, a_name); 1248 strcmp(type, "Create") == 0 ? "Mention" : type, actor_id, a_name);
1249 s = xs_str_cat(s, s1); 1249 s = xs_str_cat(s, s1);
1250 1250