diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-11-11 13:17:13 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-11-11 13:17:13 +0100 |
commit | a7cf406c802394460cb14c79f3f43582d1428a45 (patch) | |
tree | 71f3069c782698ae2972459258d551055f502c4f /ui-summary.c | |
parent | Merge branch 'stable' (diff) | |
parent | Set commit date on snapshot contents (diff) | |
download | cgit-pink-a7cf406c802394460cb14c79f3f43582d1428a45.tar.gz cgit-pink-a7cf406c802394460cb14c79f3f43582d1428a45.zip |
Merge branch 'lh/testsuite'
* lh/testsuite: Set commit date on snapshot contents Fix html error detected by test-suite Create initial testsuite
Diffstat (limited to '')
-rw-r--r-- | ui-summary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-summary.c b/ui-summary.c index c856793..b96414e 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -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'> </td></tr>"); cgit_print_branches(cgit_summary_branches); |