From 7f767072cf0b650b514695ef688e6ab433d0a1dd Mon Sep 17 00:00:00 2001 From: TheAMM Date: Mon, 15 May 2017 09:50:58 +0300 Subject: [PATCH] Fix icon spacing in torrent filelist As noted in #66 --- nyaa/templates/view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nyaa/templates/view.html b/nyaa/templates/view.html index 969a95e..fd64979 100644 --- a/nyaa/templates/view.html +++ b/nyaa/templates/view.html @@ -89,11 +89,11 @@ {%- if value is iterable %} - {{ key }} +   {{ key }} {{ loop(value.items()) }} {%- else %} - {{ key }} +  {{ key }} {{ value | filesizeformat(True) }} {%- endif %}