diff options
author | default <nobody@localhost> | 2024-05-10 11:55:45 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-10 11:55:45 +0200 |
commit | 5d1577af3ceaad8e3e89cf53a1c523e6a5c710a6 (patch) | |
tree | 499b520ed2fb18dcdcc60866178de6eee70e9681 /html.c | |
parent | 1632e009a429a45f374b5595d128da9db810b948 (diff) |
More web ui search tweaks baaaaah I'm boring.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2578,7 +2578,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, else title = xs_fmt(L("Nothing found for '%s'"), q); - *body = html_timeline(&snac, tl, 0, skip, show, tl_len > 0, title, page, 1); + *body = html_timeline(&snac, tl, 0, skip, tl_len, tl_len > 0, title, page, 1); *b_size = strlen(*body); status = 200; } |