]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-tree.c
Fixed unexpected tags in html output.
[ps-cgit] / ui-tree.c
index 032a96607d3ce37cd5f00166293d2eb20615c972..006ca4762dafb504446d5abfa26ef4ff99c5a68a 100644 (file)
--- 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='");