Fix html error detected by test-suite

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2007-11-11 13:04:28 +01:00
förälder b4649fc905
incheckning 2915483ef6
11 ändrade filer med 37 tillägg och 27 borttagningar

Visa fil

@ -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);