🤖 Automatic code style fixes

This commit is contained in:
splitbrain
2025-05-12 10:53:54 +00:00
committed by github-actions[bot]
parent e303766cee
commit 7f70c93c3b

View File

@ -51,7 +51,7 @@ class Dropdown extends AbstractBaseType
}
$html .= '</select>';
if ($this->config['combobox']){
if ($this->config['combobox']) {
$html = "<vanilla-combobox>$html</vanilla-combobox>";
}
@ -90,7 +90,7 @@ class Dropdown extends AbstractBaseType
$html .= '</select> ';
$html .= '<small>' . $this->getLang('multidropdown') . '</small>';
if ($this->config['combobox']){
if ($this->config['combobox']) {
$html = "<vanilla-combobox>$html</vanilla-combobox>";
}