From 1a20e58fba6097bd7de71a122cf99e668d402235 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 2 Sep 2026 20:15:47 +0200 Subject: Match the new html signature in neighborhood --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit