From c2ad024b652a15d7e7c526198e97bbcc20b9fbaf Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Sun, 6 Dec 2020 15:32:42 +0900 Subject: [PATCH] ... --- distribusi/distribusi/distribusi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribusi/distribusi/distribusi.py b/distribusi/distribusi/distribusi.py index bb7af31..4bc66b7 100644 --- a/distribusi/distribusi/distribusi.py +++ b/distribusi/distribusi/distribusi.py @@ -87,7 +87,7 @@ def div(args, type_, subtype, tag, name, fid): elif 'pdf' in subtype: html = '
{}' + filename + '#{}
' elif 'dir' in type_ or 'html' in subtype or 'unkown-file' in subtype: - html = '
{}{}
' + html = '
{}#{}
' else: html = '
{}' + filename + '#{}
' html = html.format(subtype, fid, tag, fid)