diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index b026a093c2..c3d48cce21 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -279,11 +279,13 @@
- {% if postrow.S_UNREAD_POST %}
- {{ Icon('iconify', 'fa:file', postrow.MINI_POST, true, 'c-topic-unread-icon') }}
- {% else %}
- {{ Icon('iconify', 'fa:file', postrow.MINI_POST, true, 'c-topic-icon') }}
- {% endif %}
+
+ {% if postrow.S_UNREAD_POST %}
+ {{ Icon('iconify', 'fa:file', postrow.MINI_POST, true, 'c-topic-unread-icon') }}
+ {% else %}
+ {{ Icon('iconify', 'fa:file', postrow.MINI_POST, true, 'c-topic-icon') }}
+ {% endif %}
+
{L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} »