mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17326] Add missing ending tag from template file
PHPBB-17326
This commit is contained in:
parent
f5bb065a4d
commit
1729e3f52b
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
||||||
{{ Icon('font', custom_tags.BBCODE_FONT_ICON, '', false, custom_tags.BBCODE_TAG_CLEAN) }}
|
{{ Icon('font', custom_tags.BBCODE_FONT_ICON, '', false, custom_tags.BBCODE_TAG_CLEAN) }}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ custom_tags.BBCODE_TAG }}
|
{{ custom_tags.BBCODE_TAG }}
|
||||||
{%
|
{% endif %}
|
||||||
</button>
|
</button>
|
||||||
<!-- END custom_tags -->
|
<!-- END custom_tags -->
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue