diff options
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5220,7 +5220,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, xs *next = timeline_neighborhood_list(skip + show, 1); *body = html_timeline(&snac, list, 0, skip, show, - xs_list_len(next), L("Showing neighborhood timeline"), "/neighborhood", 0, error, terse); + xs_list_len(next), L("Showing neighborhood timeline"), "/neighborhood", 0, error, terse, tb_friendly); *b_size = strlen(*body); status = HTTP_STATUS_OK; } |