Fix html error detected by test-suite

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Tento commit je obsažen v:
Lars Hjemli
2007-11-11 13:04:28 +01:00
rodič b4649fc905
revize 2915483ef6
11 změnil soubory, kde provedl 37 přidání a 27 odebrání

Zobrazit soubor

@@ -190,7 +190,7 @@ void cgit_print_summary()
if (cgit_summary_log > 0)
cgit_print_log(cgit_query_head, 0, cgit_summary_log, NULL,
NULL, NULL, 0);
html("<table class='list nowrap'>");
html("<table summary='repository info' class='list nowrap'>");
if (cgit_summary_log > 0)
html("<tr class='nohover'><td colspan='4'>&nbsp;</td></tr>");
cgit_print_branches(cgit_summary_branches);