From 261490daa75a49c1c976751f269234e3c7c5577d Mon Sep 17 00:00:00 2001 From: Kfir Hadas Date: Tue, 16 May 2017 11:43:10 +0300 Subject: [PATCH] Fix padding for single file in torrent file list --- nyaa/templates/view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nyaa/templates/view.html b/nyaa/templates/view.html index fd64979..dfeb533 100644 --- a/nyaa/templates/view.html +++ b/nyaa/templates/view.html @@ -92,7 +92,7 @@   {{ key }} {{ loop(value.items()) }} {%- else %} - +  {{ key }} {{ value | filesizeformat(True) }} {%- endif %}