mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2026-01-09 14:15:26 +00:00
🤖 Automatic code style fixes
This commit is contained in:
committed by
github-actions[bot]
parent
e303766cee
commit
7f70c93c3b
@ -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>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user