about summary refs log tree commit
path: root/ui-tree.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-06-16 21:35:58 +0200
committerLars Hjemli <hjemli@gmail.com>2007-06-16 21:35:58 +0200
commitf91b9696a36008c245a3195800ba0c5fa3e890f9 (patch)
treec064e555881d3b426b73fd841531a19c064a9984 /ui-tree.c
parentffc69736a606fd8f9a10468cce48b9a37b428944 (diff)
downloadcgit-f91b9696a36008c245a3195800ba0c5fa3e890f9.tar.gz
ui-tree: make blob viewer generate valid html
A leftover '</td></tr>' made ui-tree generate invalid html for blob
content. Fix it.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-tree.c')
-rw-r--r--ui-tree.c1
1 files changed, 0 insertions, 1 deletions
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</td></tr>\n");
         html("</table>\n");
 }