]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
Fix html error detected by test-suite
[ps-cgit] / ui-repolist.c
index 4c86543673855e40adf43a33d32bfcf1297f899e..3e97ca9bd5ad1145077cfdfbccc0ff7b19836497 100644 (file)
@@ -53,7 +53,7 @@ void cgit_print_repolist(struct cacheitem *item)
        cgit_print_docstart(cgit_root_title, item);
        cgit_print_pageheader(cgit_root_title, 0);
 
-       html("<table class='list nowrap'>");
+       html("<table summary='repository list' class='list nowrap'>");
        if (cgit_index_header) {
                htmlf("<tr class='nohover'><td colspan='%d' class='include-block'>",
                      columns);
@@ -98,7 +98,8 @@ void cgit_print_repolist(struct cacheitem *item)
                        html_link_open(cgit_repourl(cgit_repo->url),
                                       NULL, "button");
                        html("summary</a>");
-                       cgit_log_link("log", NULL, "button", NULL, NULL, NULL, 0);
+                       cgit_log_link("log", NULL, "button", NULL, NULL, NULL,
+                                     0, NULL, NULL);
                        cgit_tree_link("tree", NULL, "button", NULL, NULL, NULL);
                        html("</td>");
                }