From 1729e3f52b3dcbd7c35cdff6241f38192e997515 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 26 Jun 2024 13:19:00 +0100 Subject: [PATCH] [ticket/17326] Add missing ending tag from template file PHPBB-17326 --- phpBB/styles/prosilver/template/posting_buttons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index 03824ee7c7..85e05a0d49 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -101,7 +101,7 @@ {{ Icon('font', custom_tags.BBCODE_FONT_ICON, '', false, custom_tags.BBCODE_TAG_CLEAN) }} {% else %} {{ custom_tags.BBCODE_TAG }} - {% + {% endif %}