diff options
| author | 2024-05-15 05:57:21 +0200 | |
|---|---|---|
| committer | 2024-05-15 05:57:21 +0200 | |
| commit | 34311714ce725da9fae9fea3b29a4988977c79bd (patch) | |
| tree | e834d3f2bdc6e3d54ab4dc0f101e0650e139f3f0 /httpd.c | |
| parent | content_search() also searches the instance timeline. (diff) | |
| download | penes-snac2-34311714ce725da9fae9fea3b29a4988977c79bd.tar.gz penes-snac2-34311714ce725da9fae9fea3b29a4988977c79bd.tar.xz penes-snac2-34311714ce725da9fae9fea3b29a4988977c79bd.zip | |
User search can also be done by tag.
Diffstat (limited to '')
| -rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -202,7 +202,7 @@ int server_get_handler(xs_dict *req, const char *q_path, | |||
| 202 | } | 202 | } |
| 203 | else { | 203 | else { |
| 204 | xs *page = xs_fmt("?t=%s", t); | 204 | xs *page = xs_fmt("?t=%s", t); |
| 205 | xs *title = xs_fmt(L("Search results for #%s"), t); | 205 | xs *title = xs_fmt(L("Search results for tag #%s"), t); |
| 206 | *body = html_timeline(NULL, tl, 0, skip, show, more, title, page, 0); | 206 | *body = html_timeline(NULL, tl, 0, skip, show, more, title, page, 0); |
| 207 | } | 207 | } |
| 208 | } | 208 | } |