summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-05-10 12:49:03 +0200
committerGravatar default2024-05-10 12:49:03 +0200
commit767c2d98d519c9bde43788336d269adf353e573f (patch)
treebefe107baa40f81eccbd17b46f74aea096dd3440
parentMore search tweaks la la la la. (diff)
downloadpenes-snac2-767c2d98d519c9bde43788336d269adf353e573f.tar.gz
penes-snac2-767c2d98d519c9bde43788336d269adf353e573f.tar.xz
penes-snac2-767c2d98d519c9bde43788336d269adf353e573f.zip
Also add the 'More...' link if there was a search timeout.
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 8139d68..3d378d1 100644
--- a/html.c
+++ b/html.c
@@ -2578,7 +2578,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
2578 else 2578 else
2579 title = xs_fmt(L("Nothing found for '%s'"), q); 2579 title = xs_fmt(L("Nothing found for '%s'"), q);
2580 2580
2581 *body = html_timeline(&snac, tl, 0, skip, tl_len, tl_len == show, title, page, 1); 2581 *body = html_timeline(&snac, tl, 0, skip, tl_len, to || tl_len == show, title, page, 1);
2582 *b_size = strlen(*body); 2582 *b_size = strlen(*body);
2583 status = 200; 2583 status = 200;
2584 } 2584 }