[ticket/17326] Use quotes in the icon function for id param

PHPBB-17326
This commit is contained in:
Daniel James 2024-06-17 09:11:24 +01:00
parent 19023a1b9b
commit 5ba1c783b7

View file

@ -53,7 +53,7 @@
<dt><label for="bbcode_font_icon">{{ lang('BBCODE_FONT_ICON') }}</label><br /><span>{{ lang('BBCODE_FONT_ICON_EXPLAIN') }}</span></dt>
<dd>
<input type="text" name="bbcode_font_icon" id="bbcode_font_icon" value="{{ BBCODE_FONT_ICON }}" />
{{ Icon('font', BBCODE_FONT_ICON, '', false, '', {id:"bbcode_icon_preview"}) }}
{{ Icon('font', BBCODE_FONT_ICON, '', false, '', {'id':'bbcode_icon_preview'}) }}
</dd>
</dl>
</fieldset>