X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dd1ab30b7c2a6bec318dd75100e54c9bfa400e77..c1524c56c69d761f85a543ad66eac298e704b10c:/SL/Layout/ActionBar/ComboBox.pm diff --git a/SL/Layout/ActionBar/ComboBox.pm b/SL/Layout/ActionBar/ComboBox.pm index 3416df84d..5e5c863a1 100644 --- a/SL/Layout/ActionBar/ComboBox.pm +++ b/SL/Layout/ActionBar/ComboBox.pm @@ -21,7 +21,7 @@ sub add_actions { sub render { my ($first, @rest) = @{ $_[0]->parsed_actions }; $_[0]->p->html_tag('div', - $_[0]->p->html_tag('div', $first->render, class => 'layout-actionbar-combobox-head') . + $_[0]->p->html_tag('div', $first->render . $_[0]->p->html_tag('span'), class => 'layout-actionbar-combobox-head') . $_[0]->p->html_tag('div', join('', map { $_->render } @rest), class => 'layout-actionbar-combobox-list'), id => $_[0]->id, class => 'layout-actionbar-combobox',