diff --git a/templates/post_thread_fileboard.html b/templates/post_thread_fileboard.html
index 3f17907d..079b5086 100644
--- a/templates/post_thread_fileboard.html
+++ b/templates/post_thread_fileboard.html
@@ -8,7 +8,7 @@
{{ post.id }}
| {% include 'post/name.html' %}
{% include 'post/flag.html' %}
- | [{{ post.files[0].filename|e|bidi_cleanup }}]
+ | [{{ post.files[0].filename|e|bidi_cleanup }}]
| {% if post.modifiers['tag'] %}[{{ post.modifiers['tag']|e }}]{% endif %}
| {% include 'post/subject.html' %}
{% if post.sticky %}
|