diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2525,7 +2525,7 @@ xs_str *html_notifications(snac *user, int skip, int show) | |||
| 2525 | xs_html_attr("title", date), | 2525 | xs_html_attr("title", date), |
| 2526 | xs_html_text(s_date)))); | 2526 | xs_html_text(s_date)))); |
| 2527 | 2527 | ||
| 2528 | if (strcmp(type, "Follow") == 0 || strcmp(utype, "Follow") == 0) { | 2528 | if (strcmp(type, "Follow") == 0 || strcmp(utype, "Follow") == 0 || strcmp(type, "Block") == 0) { |
| 2529 | xs_html_add(entry, | 2529 | xs_html_add(entry, |
| 2530 | xs_html_tag("div", | 2530 | xs_html_tag("div", |
| 2531 | xs_html_attr("class", "snac-post"), | 2531 | xs_html_attr("class", "snac-post"), |