snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit c2c0f3b39b8d893b9041907df375fa20654ad3e2
parent d12ebcef82d274aef0930c94ba90b2b40d91828c
Author: default <nobody@localhost>
Date:   Fri, 10 May 2024 12:44:26 +0200

More search tweaks la la la la.

Diffstat:
Mhtml.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html.c b/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; }