diff --git a/templates/index.html b/templates/index.html
index 7a10b14..2dd896d 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -329,7 +329,7 @@ display: none !important;
{% for x in files %}
{% if x.startswith(i[0]) %}
- {{ x }}
+ {{ x }}
{% endif %}
{% endfor %}