diff options
| author | 2024-05-07 19:45:10 +0200 | |
|---|---|---|
| committer | 2024-05-07 19:45:10 +0200 | |
| commit | b57409a9590c737da66c0aaa679a47c2c947fbf8 (patch) | |
| tree | 62f12f0f0324bae9ab7c59fa13a6800227501cd2 /html.c | |
| parent | List timelines can now be (manually) navigated from the web UI. (diff) | |
| download | snac2-b57409a9590c737da66c0aaa679a47c2c947fbf8.tar.gz snac2-b57409a9590c737da66c0aaa679a47c2c947fbf8.tar.xz snac2-b57409a9590c737da66c0aaa679a47c2c947fbf8.zip | |
Fixed typo.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2674,7 +2674,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, | |||
| 2674 | xs *base = xs_fmt("/list/%s", lid); | 2674 | xs *base = xs_fmt("/list/%s", lid); |
| 2675 | 2675 | ||
| 2676 | *body = html_timeline(&snac, list, 0, skip, show, | 2676 | *body = html_timeline(&snac, list, 0, skip, show, |
| 2677 | xs_list_len(next), NULL, base, 0); | 2677 | xs_list_len(next), NULL, base, 1); |
| 2678 | *b_size = strlen(*body); | 2678 | *b_size = strlen(*body); |
| 2679 | status = 200; | 2679 | status = 200; |
| 2680 | } | 2680 | } |