diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html
index 7d1b0bb818..7d47ec13d0 100644
--- a/phpBB/styles/prosilver/template/attachment.html
+++ b/phpBB/styles/prosilver/template/attachment.html
@@ -32,7 +32,9 @@
{% if _file.S_AUDIO_FILE %}
{% if _file.COMMENT %}
@@ -41,7 +43,7 @@
{% if _file.UPLOAD_ICON %}
{{ _file.UPLOAD_ICON }}
{% endif %}
- {{ _file.DOWNLOAD_NAME }}
+ {{ _file.DOWNLOAD_NAME }}
({{ _file.FILESIZE }} {{ _file.SIZE_LANG }}) {{ _file.L_DOWNLOAD_COUNT }}
@@ -50,7 +52,9 @@
{% if _file.S_VIDEO_FILE %}
{% if _file.COMMENT %}
@@ -59,7 +63,7 @@
{% if _file.UPLOAD_ICON %}
{{ _file.UPLOAD_ICON }}
{% endif %}
- {{ _file.DOWNLOAD_NAME }}
+ {{ _file.DOWNLOAD_NAME }}
({{ _file.FILESIZE }} {{ _file.SIZE_LANG }}) {{ _file.L_DOWNLOAD_COUNT }}