From c83db796a1cf6893de275e78b98cef10eccc1200 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Wed, 6 Jun 2007 23:02:40 +0200 Subject: ui-diff: close td/tr/table properly The previous commit fixed the diff-view when two trees where specified on the querystring (sha1/sha2) but made the generated html invalid when only a commit sha1 is specified. This fixes it. Signed-off-by: Lars Hjemli --- ui-diff.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui-diff.c') diff --git a/ui-diff.c b/ui-diff.c index 3c4d52a..5c864d9 100644 --- a/ui-diff.c +++ b/ui-diff.c @@ -106,6 +106,8 @@ void cgit_print_diff(const char *head, const char *old_hex, const char *new_hex, cgit_diff_commit(commit, filepair_cb); else cgit_print_error(fmt("Bad commit: %s", head)); + html(""); + html(""); return; } -- cgit v1.2.3-59-g8ed1b