diff options
author | default <nobody@localhost> | 2023-04-14 13:38:06 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-14 13:38:06 +0200 |
commit | 81f94d44dfea3b0bf0503ca094ed7738b84f70ae (patch) | |
tree | 9df5a442b75bcca130d79e19df31512f17d2281c /html.c | |
parent | a64a25a551112d874c36f4fe35e9c38b5f453426 (diff) |
More notification web page tweaks.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1244,7 +1244,7 @@ xs_str *html_notifications(snac *snac) s = xs_str_cat(s, "<div>\n"); - xs *s1 = xs_fmt("<p>%s by <a href=\"%s\">%s</a>:</p>\n", + xs *s1 = xs_fmt("<p><b>%s by <a href=\"%s\">%s</a></b>:</p>\n", strcmp(type, "Create") == 0 ? "Mention" : type, actor_id, a_name); s = xs_str_cat(s, s1); |