diff options
| author | 2024-10-25 11:10:52 +0200 | |
|---|---|---|
| committer | 2024-10-25 11:10:52 +0200 | |
| commit | cff5d4d4b68b3de91e6ff7470594b55e06c41749 (patch) | |
| tree | 86ef0f72db35a6ce85ec1cf4e02e1f9236d5e393 /html.c | |
| parent | Fixed typo. (diff) | |
| download | snac2-cff5d4d4b68b3de91e6ff7470594b55e06c41749.tar.gz snac2-cff5d4d4b68b3de91e6ff7470594b55e06c41749.tar.xz snac2-cff5d4d4b68b3de91e6ff7470594b55e06c41749.zip | |
Fixed HTML typo.
Diffstat (limited to 'html.c')
| -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; |