From 580126cff3537d4f689059f2bfdcb2eccb9c9494 Mon Sep 17 00:00:00 2001 From: Alfredo Ramos Date: Sun, 29 Dec 2019 11:54:07 -0600 Subject: [ticket/15592] Fix attachments place inline button if BBCode is disabled PHPBB3-15592 --- phpBB/styles/prosilver/template/posting_attach_body.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html index ff5bfe1b55..0363fe0f05 100644 --- a/phpBB/styles/prosilver/template/posting_attach_body.html +++ b/phpBB/styles/prosilver/template/posting_attach_body.html @@ -38,7 +38,7 @@ -   + {% if S_BBCODE_ALLOWED %} {% endif %} @@ -64,7 +64,7 @@ {attach_row.FILENAME} {% EVENT posting_attach_body_attach_row_controls_prepend %} -   + {% if S_BBCODE_ALLOWED and S_INLINE_ATTACHMENT_OPTIONS %} {% endif %} {% EVENT posting_attach_body_attach_row_controls_append %} -- cgit v1.2.1