summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-10-25 11:10:52 +0200
committerGravatar default2024-10-25 11:10:52 +0200
commitcff5d4d4b68b3de91e6ff7470594b55e06c41749 (patch)
tree86ef0f72db35a6ce85ec1cf4e02e1f9236d5e393
parentFixed typo. (diff)
downloadsnac2-cff5d4d4b68b3de91e6ff7470594b55e06c41749.tar.gz
snac2-cff5d4d4b68b3de91e6ff7470594b55e06c41749.tar.xz
snac2-cff5d4d4b68b3de91e6ff7470594b55e06c41749.zip
Fixed HTML typo.
-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;