From 0928d8827a714f3908efa7eb9eb4cde28761af26 Mon Sep 17 00:00:00 2001 From: Ondrej Jirman Date: Sat, 26 May 2007 01:14:25 +0200 Subject: Fixed unexpected tags in html output. At least those that were catched by tidy. Signed-off-by: Lars Hjemli --- ui-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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("