mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 05:15:04 +00:00
Fixed HTML typo.
This commit is contained in:
parent
b44af1b567
commit
cff5d4d4b6
1 changed files with 1 additions and 1 deletions
2
html.c
2
html.c
|
@ -2563,7 +2563,7 @@ xs_str *html_notifications(snac *user, int skip, int show)
|
||||||
xs_html *noti_seen = NULL;
|
xs_html *noti_seen = NULL;
|
||||||
|
|
||||||
xs_html *posts = xs_html_tag("div",
|
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_html_add(body, posts);
|
||||||
|
|
||||||
xs_list *p = n_list;
|
xs_list *p = n_list;
|
||||||
|
|
Loading…
Reference in a new issue