diff options
| author | 2024-05-07 20:53:58 +0200 | |
|---|---|---|
| committer | 2024-05-07 20:53:58 +0200 | |
| commit | 2322de4900312653d04ec19e8ee2850e0f5d4ac4 (patch) | |
| tree | 6be121ab7c03d40f29face559c17ad4aa27c896b | |
| parent | Added a title to list timelines. (diff) | |
| download | penes-snac2-2322de4900312653d04ec19e8ee2850e0f5d4ac4.tar.gz penes-snac2-2322de4900312653d04ec19e8ee2850e0f5d4ac4.tar.xz penes-snac2-2322de4900312653d04ec19e8ee2850e0f5d4ac4.zip | |
Added a title to the instance timeline.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2653,7 +2653,7 @@ int html_get_handler(const xs_dict *req, const char *q_path, | |||
| 2653 | xs *next = timeline_instance_list(skip + show, 1); | 2653 | xs *next = timeline_instance_list(skip + show, 1); |
| 2654 | 2654 | ||
| 2655 | *body = html_timeline(&snac, list, 0, skip, show, | 2655 | *body = html_timeline(&snac, list, 0, skip, show, |
| 2656 | xs_list_len(next), NULL, "/instance", 0); | 2656 | xs_list_len(next), L("Showing instance timeline"), "/instance", 0); |
| 2657 | *b_size = strlen(*body); | 2657 | *b_size = strlen(*body); |
| 2658 | status = 200; | 2658 | status = 200; |
| 2659 | } | 2659 | } |