summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 8207cbb..4d184c6 100644
--- a/html.c
+++ b/html.c
@@ -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;