Author: Doug Hellmann <doug@doughellmann.com>
templates: fix closing tag in tree template The table was being closed with a ul tag instead of a table tag. Signed-off-by: Doug Hellmann <doug@doughellmann.com>
include/tree.html | 2 +-
diff --git a/include/tree.html b/include/tree.html index 15440d765fd4a3afa2db0d7457cb272e0fc7b2b9..688cda1b0653d1b54ac6f1ec51929c774181cca3 100644 --- a/include/tree.html +++ b/include/tree.html @@ -44,6 +44,6 @@ </td> </tr> {{ end }} -</ul> +</table> {{ template "footer" }}