diff options
author | default <nobody@localhost> | 2024-05-07 20:32:13 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-05-07 20:32:13 +0200 |
commit | 82ec4ea95cb1040c5b9b983ec649dbde024d20f8 (patch) | |
tree | a40e9e610bcb425a32161c78c0f7d58b691f3207 /snac.h | |
parent | b57409a9590c737da66c0aaa679a47c2c947fbf8 (diff) |
Minor "Back to top" "More..." link refactoring.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -318,7 +318,7 @@ 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, - char *tag, char *page, int utl); + char *title, char *page, int utl); int html_get_handler(const xs_dict *req, const char *q_path, char **body, int *b_size, char **ctype, xs_str **etag); |