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 %}