mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-22 05:15:04 +00:00
Added a title to the instance timeline.
This commit is contained in:
parent
d3cdbf1702
commit
2322de4900
1 changed files with 1 additions and 1 deletions
2
html.c
2
html.c
|
@ -2653,7 +2653,7 @@ int html_get_handler(const xs_dict *req, const char *q_path,
|
||||||
xs *next = timeline_instance_list(skip + show, 1);
|
xs *next = timeline_instance_list(skip + show, 1);
|
||||||
|
|
||||||
*body = html_timeline(&snac, list, 0, skip, show,
|
*body = html_timeline(&snac, list, 0, skip, show,
|
||||||
xs_list_len(next), NULL, "/instance", 0);
|
xs_list_len(next), L("Showing instance timeline"), "/instance", 0);
|
||||||
*b_size = strlen(*body);
|
*b_size = strlen(*body);
|
||||||
status = 200;
|
status = 200;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue