summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2024-05-10 11:55:45 +0200
committerGravatar default2024-05-10 11:55:45 +0200
commit5d1577af3ceaad8e3e89cf53a1c523e6a5c710a6 (patch)
tree499b520ed2fb18dcdcc60866178de6eee70e9681 /html.c
parentMore content_search() tweaks. (diff)
downloadsnac2-5d1577af3ceaad8e3e89cf53a1c523e6a5c710a6.tar.gz
snac2-5d1577af3ceaad8e3e89cf53a1c523e6a5c710a6.tar.xz
snac2-5d1577af3ceaad8e3e89cf53a1c523e6a5c710a6.zip
More web ui search tweaks baaaaah I'm boring.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index d50333a..8bcfab3 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, show, tl_len > 0, title, page, 1); 2581 *body = html_timeline(&snac, tl, 0, skip, tl_len, tl_len > 0, title, page, 1);
2582 *b_size = strlen(*body); 2582 *b_size = strlen(*body);
2583 status = 200; 2583 status = 200;
2584 } 2584 }