aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2026-09-02 20:15:47 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2026-09-02 20:15:47 +0200
commit1a20e58fba6097bd7de71a122cf99e668d402235 (patch)
tree29551e9deb298e96ec0349293fe4c2a38af1ac4c
parenta676bd58a875383b072293976e521ba7af8f34e8 (diff)
Match the new html signature in neighborhoodHEADmastermain
-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;
}