diff options
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2563,7 +2563,7 @@ xs_str *html_notifications(snac *user, int skip, int show) | |||
| 2563 | xs_html *noti_seen = NULL; | 2563 | xs_html *noti_seen = NULL; |
| 2564 | 2564 | ||
| 2565 | xs_html *posts = xs_html_tag("div", | 2565 | xs_html *posts = xs_html_tag("div", |
| 2566 | xs_html_attr("name", "snac-posts")); | 2566 | xs_html_attr("class", "snac-posts")); |
| 2567 | xs_html_add(body, posts); | 2567 | xs_html_add(body, posts); |
| 2568 | 2568 | ||
| 2569 | xs_list *p = n_list; | 2569 | xs_list *p = n_list; |