diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 5e3d33e927..536e7aaba9 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -224,7 +224,12 @@
style="display: none;"> -

{% if postrow.POST_ICON_IMG %}{{ postrow.POST_ICON_IMG_ALT }} {% endif %}{{ postrow.POST_SUBJECT }}

+

+ {% if postrow.POST_ICON_IMG %} + {{ postrow.POST_ICON_IMG_ALT }} + {% endif %} + {{ postrow.POST_SUBJECT }} +