From a7cf406c802394460cb14c79f3f43582d1428a45 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 11 Nov 2007 12:17:13 +0000 Subject: Merge branch 'lh/testsuite' * lh/testsuite: Set commit date on snapshot contents Fix html error detected by test-suite Create initial testsuite --- (limited to 'ui-repolist.c') diff --git a/ui-repolist.c b/ui-repolist.c index 9aa5c1e..3e97ca9 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -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(""); + html("
"); if (cgit_index_header) { htmlf("
", columns); -- cgit v0.9.0.2