mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
More search tweaks la la la la.
This commit is contained in:
parent
d12ebcef82
commit
c2c0f3b39b
1 changed files with 1 additions and 1 deletions
2
html.c
2
html.c
|
@ -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, tl_len, tl_len > 0, title, page, 1);
|
||||
*body = html_timeline(&snac, tl, 0, skip, tl_len, tl_len == show, title, page, 1);
|
||||
*b_size = strlen(*body);
|
||||
status = 200;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue