mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:48:53 +00:00
[ticket/17326] Use quotes in the icon function for id param
PHPBB-17326
This commit is contained in:
parent
19023a1b9b
commit
5ba1c783b7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue