diff options
| -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, | |||
| 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 | } |