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-commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-commit.c') diff --git a/ui-commit.c b/ui-commit.c index 59eeb1d..6b135aa 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -103,7 +103,7 @@ void print_fileinfo(struct fileinfo *info) info->removed * 100.0 / max_changes); htmlf("", (max_changes - info->removed - info->added) * 100.0 / max_changes); - html("\n"); + html("\n"); } void cgit_count_diff_lines(char *line, int len) -- cgit v1.2.3-24-g4f1b