mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 05:15:04 +00:00
Fixed typo.
This commit is contained in:
parent
6b1721c977
commit
b57409a959
1 changed files with 1 additions and 1 deletions
2
html.c
2
html.c
|
@ -2674,7 +2674,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
|
|||
xs *base = xs_fmt("/list/%s", lid);
|
||||
|
||||
*body = html_timeline(&snac, list, 0, skip, show,
|
||||
xs_list_len(next), NULL, base, 0);
|
||||
xs_list_len(next), NULL, base, 1);
|
||||
*b_size = strlen(*body);
|
||||
status = 200;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue