diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html
index e7c47cc6b6..0fc9972eb1 100644
--- a/phpBB/styles/prosilver/template/attachment.html
+++ b/phpBB/styles/prosilver/template/attachment.html
@@ -31,14 +31,9 @@
{% if _file.S_AUDIO_FILE %}
- - {% if _file.UPLOAD_ICON %}{{ _file.UPLOAD_ICON }} {% endif %}{{ _file.DOWNLOAD_NAME }}
+
{% if _file.COMMENT %}- {{ _file.COMMENT }}
{% endif %}
- - {{ _file.DOWNLOAD_NAME }} ({{ _file.FILESIZE }} {{ _file.SIZE_LANG }}) {{ _file.L_DOWNLOAD_COUNT }}
- -
-
-
+ - {% if _file.UPLOAD_ICON %}{{ _file.UPLOAD_ICON }} {% endif %}{{ _file.DOWNLOAD_NAME }} ({{ _file.FILESIZE }} {{ _file.SIZE_LANG }}) {{ _file.L_DOWNLOAD_COUNT }}
{% endif %}