mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-10 03:50:38 +03:00
More notification web page tweaks.
This commit is contained in:
parent
a64a25a551
commit
81f94d44df
2
html.c
2
html.c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user