From f91b9696a36008c245a3195800ba0c5fa3e890f9 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 16 Jun 2007 21:35:58 +0200 Subject: ui-tree: make blob viewer generate valid html A leftover '' made ui-tree generate invalid html for blob content. Fix it. Signed-off-by: Lars Hjemli --- ui-tree.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ui-tree.c') diff --git a/ui-tree.c b/ui-tree.c index eb3d3ac..db0bef6 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -47,7 +47,6 @@ static void print_object(const unsigned char *sha1, char *path) } idx++; } - html("\n\n"); html("\n"); } -- cgit v1.2.1