diff options
| author | grunfink <grunfink@comam.es> | 2026-09-01 15:01:08 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2026-09-01 15:01:08 +0200 |
| commit | 2e4a9a94208d6ecdd4b70aff7d7c7d6dddefdfaa (patch) | |
| tree | 59215f6f8b4f9847af3d54cfad18ed92337f724b /snac.h | |
| parent | c38ad28d5daa44b592a04192c7eeebed644593d4 (diff) | |
More text browser friendly stuff.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -438,7 +438,8 @@ xs_str *encode_html(const char *str); xs_str *html_timeline(snac *user, const xs_list *list, int read_only, int skip, int show, int show_more, - const char *title, const char *page, int utl, const char *error, int terse); + const char *title, const char *page, + int utl, const char *error, int terse, int tb_friendly); int html_get_handler(const xs_dict *req, const char *q_path, char **body, int *b_size, char **ctype, |