diff options
Diffstat (limited to '')
-rw-r--r-- | ui-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
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</a></div></td>", name); + htmlf("'>%s</a></td>", name); htmlf("<td class='filesize'>%li</td>", size); html("<td class='links'><a href='"); |