aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 79eed5a..8458b3e 100644
--- a/html.c
+++ b/html.c
@@ -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;
}