From 5ba1c783b721b12fa0b533ec2a3961c4ee00a621 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 17 Jun 2024 09:11:24 +0100 Subject: [PATCH] [ticket/17326] Use quotes in the icon function for id param PHPBB-17326 --- phpBB/adm/style/acp_bbcodes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/adm/style/acp_bbcodes.html b/phpBB/adm/style/acp_bbcodes.html index 5124c5725b..8bc0b5fdc2 100644 --- a/phpBB/adm/style/acp_bbcodes.html +++ b/phpBB/adm/style/acp_bbcodes.html @@ -53,7 +53,7 @@

{{ lang('BBCODE_FONT_ICON_EXPLAIN') }}
- {{ Icon('font', BBCODE_FONT_ICON, '', false, '', {id:"bbcode_icon_preview"}) }} + {{ Icon('font', BBCODE_FONT_ICON, '', false, '', {'id':'bbcode_icon_preview'}) }}