diff options
| author | 2024-05-14 05:17:33 +0200 | |
|---|---|---|
| committer | 2024-05-14 05:17:33 +0200 | |
| commit | 281f934f74c662d3c2e58db556f3046a736a2f00 (patch) | |
| tree | bf06a77cb0d01ac1f4d8ad94ee2c882298500298 /html.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-281f934f74c662d3c2e58db556f3046a736a2f00.tar.gz snac2-281f934f74c662d3c2e58db556f3046a736a2f00.tar.xz snac2-281f934f74c662d3c2e58db556f3046a736a2f00.zip | |
content_search() also searches the instance timeline.
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2604,7 +2604,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, | |||
| 2604 | else | 2604 | else |
| 2605 | title = xs_fmt(L("Nothing found for '%s'"), q); | 2605 | title = xs_fmt(L("Nothing found for '%s'"), q); |
| 2606 | 2606 | ||
| 2607 | *body = html_timeline(&snac, tl, 0, skip, tl_len, to || tl_len == show, title, page, 1); | 2607 | *body = html_timeline(&snac, tl, 0, skip, tl_len, to || tl_len == show, title, page, 0); |
| 2608 | *b_size = strlen(*body); | 2608 | *b_size = strlen(*body); |
| 2609 | status = 200; | 2609 | status = 200; |
| 2610 | } | 2610 | } |