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