diff --git a/phpBB/styles/prosilver/template/mcp_reports.html b/phpBB/styles/prosilver/template/mcp_reports.html
index 9b7d8963d4..c8b8760aec 100644
--- a/phpBB/styles/prosilver/template/mcp_reports.html
+++ b/phpBB/styles/prosilver/template/mcp_reports.html
@@ -46,7 +46,9 @@
-
{postrow.PM_SUBJECT}
+
{{ postrow.PM_SUBJECT }}
+ {% if postrow.ATTACH_ICON_IMG %}
{% endif %}
+
{L_MESSAGE_BY_AUTHOR} {postrow.PM_AUTHOR_FULL} » {postrow.PM_TIME}
{L_MESSAGE_TO} {postrow.RECIPIENTS}
@@ -60,7 +62,9 @@
-
{postrow.POST_SUBJECT}
+
{{ postrow.POST_SUBJECT }}
+ {% if postrow.ATTACH_ICON_IMG %}
{% endif %}
+
{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}
{L_REPORTER}{L_COLON} {postrow.REPORTER_FULL} « {postrow.REPORT_TIME}