From 1bcf348fa7e9d8b5fdb1a1f76455a3a74d881e65 Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Wed, 3 May 2017 21:58:45 +0300 Subject: [PATCH] Fix links --- filelist.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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] }}]