summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 81b0853..71cce5e 100644
--- a/httpd.c
+++ b/httpd.c
@@ -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 }