Missed a parenthesis

This commit is contained in:
fauxpark
2014-07-06 23:50:59 +10:00
parent ff571bf3b1
commit 2c83a74158

View File

@@ -50,7 +50,7 @@
{%- endif -%}
">{{ file.name }}</a></td>
<td>{{ file.mode }}</td>
<td>{% if file.size %}{{ (file.size | format_size }}{% endif %}</td>
<td>{% if file.size %}{{ file.size | format_size }}{% endif %}</td>
</tr>
{% endfor %}
</tbody>