1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

[ticket/15522] Improve color palette syntax

PHPBB3-15522
This commit is contained in:
Jakub Senko
2018-02-18 16:44:05 +01:00
committed by Marc Alexander
parent 7e96098e29
commit 62e609c10c
6 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@
<div id="colour_palette" style="display: none;">
<dl style="clear: left;">
<dt><label>{L_FONT_COLOR}{L_COLON}</label></dt>
<dd id="color_palette_placeholder" class="color_palette_placeholder" data-orientation="h" data-height="12" data-width="15" data-bbcode="true"></dd>
<dd id="color_palette_placeholder" class="color_palette_placeholder" data-color-palette="h" data-height="12" data-width="15" data-bbcode="true"></dd>
</dl>
</div>