From 2fd174d7cf4db9066329cc6a26ed549e45f5d0d5 Mon Sep 17 00:00:00 2001 From: hanakin Date: Fri, 24 Apr 2020 10:09:56 -1000 Subject: [PATCH] [ticket/16439] small cleanup PHPBB3-16439 --- phpBB/styles/prosilver/template/viewtopic_body.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 }} +