diff --git a/filelist.tpl b/filelist.tpl index 24c3ddf..9ee4349 100644 --- a/filelist.tpl +++ b/filelist.tpl @@ -34,7 +34,7 @@ % if path: - + ../ @@ -47,7 +47,7 @@ % for item in lst: % if item.isdir: - + {{ item.name }}/ @@ -56,7 +56,7 @@ % else: - + {{ item.name }} [{{ guess_type(item.name)[0] }}]