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-diff.c') diff --git a/ui-diff.c b/ui-diff.c index ac9a3fa..4fcf852 100644 --- a/ui-diff.c +++ b/ui-diff.c @@ -141,7 +141,7 @@ void cgit_print_diff(const char *new_rev, const char *old_rev, const char *prefi if (!commit2 || parse_commit(commit2)) cgit_print_error(fmt("Bad commit: %s", sha1_to_hex(old_rev_sha1))); } - html(""); + html("
"); html(""); -- cgit v0.9.0.2
"); cgit_diff_tree(old_rev_sha1, new_rev_sha1, filepair_cb, prefix); html("