From cff5d4d4b68b3de91e6ff7470594b55e06c41749 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 25 Oct 2024 11:10:52 +0200 Subject: [PATCH] Fixed HTML typo. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) xs_html *noti_seen = NULL; xs_html *posts = xs_html_tag("div", - xs_html_attr("name", "snac-posts")); + xs_html_attr("class", "snac-posts")); xs_html_add(body, posts); xs_list *p = n_list;