diff options
| author | default <nobody@localhost> | 2024-10-25 11:10:52 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-10-25 11:10:52 +0200 |
| commit | cff5d4d4b68b3de91e6ff7470594b55e06c41749 (patch) | |
| tree | 86ef0f72db35a6ce85ec1cf4e02e1f9236d5e393 | |
| parent | b44af1b567256caf6c826714e27596054b82ac55 (diff) | |
Fixed HTML typo.
| -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) 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; |