diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2026-09-02 20:15:47 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2026-09-02 20:15:47 +0200 |
| commit | 1a20e58fba6097bd7de71a122cf99e668d402235 (patch) | |
| tree | 29551e9deb298e96ec0349293fe4c2a38af1ac4c | |
| parent | a676bd58a875383b072293976e521ba7af8f34e8 (diff) | |
| -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; } |