summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ui-commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-commit.c b/ui-commit.c
index dd36cc0..12a96fb 100644
--- a/ui-commit.c
+++ b/ui-commit.c
@@ -229,2 +229,3 @@ void cgit_print_commit(char *hex)
files, total_adds, total_rems);
+ html("</div>");
cgit_print_diff(ctx.qry.sha1,
@@ -232,3 +233,2 @@ void cgit_print_commit(char *hex)
NULL);
- html(")</div>");
}