Browse Source

Fixed typo.

default 11 months ago
parent
commit
b57409a959
1 changed files with 1 additions and 1 deletions
  1. 1 1
      html.c

+ 1 - 1
html.c

@@ -2674,7 +2674,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
                 xs *base = xs_fmt("/list/%s", lid);
 
                 *body = html_timeline(&snac, list, 0, skip, show,
-                    xs_list_len(next), NULL, base, 0);
+                    xs_list_len(next), NULL, base, 1);
                 *b_size = strlen(*body);
                 status  = 200;
             }