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-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 v0.9.0.2