diff options
Diffstat (limited to 'httpd.c')
| -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 | } |