diff options
| author | Jakub Senko <jakubsenko@gmail.com> | 2018-02-18 16:44:05 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 18:26:30 +0200 |
| commit | 62e609c10c4475846bb61400872e727ecb99cbc4 (patch) | |
| tree | 7376886e4c448339bb09e34e5d96f88ed8a018bd /phpBB/styles/prosilver/template/posting_buttons.html | |
| parent | 7e96098e2999e6b95fb3affbbb3991028ccf818e (diff) | |
| download | forums-62e609c10c4475846bb61400872e727ecb99cbc4.tar forums-62e609c10c4475846bb61400872e727ecb99cbc4.tar.gz forums-62e609c10c4475846bb61400872e727ecb99cbc4.tar.bz2 forums-62e609c10c4475846bb61400872e727ecb99cbc4.tar.xz forums-62e609c10c4475846bb61400872e727ecb99cbc4.zip | |
[ticket/15522] Improve color palette syntax
PHPBB3-15522
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_buttons.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index 122afdf978..fb395fb291 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -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> |
