From 0928d8827a714f3908efa7eb9eb4cde28761af26 Mon Sep 17 00:00:00 2001 From: Ondrej Jirman Date: Fri, 25 May 2007 23:14:25 +0000 Subject: Fixed unexpected tags in html output. At least those that were catched by tidy. Signed-off-by: Lars Hjemli --- (limited to 'ui-tree.c') diff --git a/ui-tree.c b/ui-tree.c index 032a966..006ca47 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -50,7 +50,7 @@ static int print_entry(const unsigned char *sha1, const char *base, cgit_query_path ? cgit_query_path : "", pathname))); } - htmlf("'>%s", name); + htmlf("'>%s", name); htmlf("%li", size); html("