Преглед изворни кода

Added a title to the instance timeline.

default пре 2 година
родитељ
комит
2322de4900
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      html.c

+ 1 - 1
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;
         }
         }