diff options
Diffstat (limited to 'ui-tree.c')
-rw-r--r-- | ui-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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='"); |