mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-07 13:22:15 +01:00
fix: visualizzazione ckeditor
This commit is contained in:
parent
35f72c6453
commit
95ede3e60f
@ -54,7 +54,7 @@ class HTMLWrapper implements WrapperInterface
|
||||
}
|
||||
|
||||
$result .= '
|
||||
<div class="input-group">';
|
||||
<div class="'.($values['type'] == 'ckeditor' ? '' : 'input-group').'">';
|
||||
|
||||
if (!empty($values['icon-before']) || !empty($values['icon-after']) || !empty($values['validation'])) {
|
||||
$result .= '
|
||||
|
Loading…
Reference in New Issue
Block a user