From 9e22bc8691090d951fc8569171c137290cb8eda8 Mon Sep 17 00:00:00 2001 From: LukeWCS Date: Wed, 27 Apr 2022 23:18:52 +0200 Subject: [PATCH] [ticket/16990] Removed XHTML tag format PHPBB3-16990 --- phpBB/styles/prosilver/template/posting_editor.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 5b8b3e3f81..12790360d6 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -184,14 +184,14 @@ {% if S_SOFTDELETE_ALLOWED || S_DELETE_ALLOWED %} -
+
{% if S_SOFTDELETE_ALLOWED %} -
+
{% endif %} {% if S_DELETE_ALLOWED %} -
+
{% endif %}
{% endif %}