From 25a84713c0798d36fdcf8e732d309bcd783438bf Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 4 Jun 2022 08:51:08 +0200 Subject: [PATCH] [ticket/16978] Move nbsp to inside if of submit PHPBB3-16978 --- phpBB/styles/prosilver/template/posting_pm_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/posting_pm_header.html b/phpBB/styles/prosilver/template/posting_pm_header.html index f1fc646682..6c26070004 100644 --- a/phpBB/styles/prosilver/template/posting_pm_header.html +++ b/phpBB/styles/prosilver/template/posting_pm_header.html @@ -94,9 +94,9 @@ {{ to_recipient.NAME }} {% else %} {{ to_recipient.NAME_FULL }} - {% endif %}  + {% endif %} {% if not S_EDIT_POST %} - +   {% endif %} {% endfor %}