From: Moritz Bunkus Date: Tue, 12 Mar 2013 12:00:03 +0000 (+0100) Subject: Merge branch 'master' of github.com:kivitendo/kivitendo-erp X-Git-Tag: release-3.1.0beta1~525 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/39d85854d0a01b19522366dc22e784b28a85f336?hp=001ff85869942b7b69b27438afc4a4d49b9e464a Merge branch 'master' of github.com:kivitendo/kivitendo-erp --- diff --git a/SL/Presenter/Tag.pm b/SL/Presenter/Tag.pm index 29b57ad5d..e65ca7722 100644 --- a/SL/Presenter/Tag.pm +++ b/SL/Presenter/Tag.pm @@ -158,7 +158,7 @@ sub select_tag { }; my $code = ''; - $code .= $self->html_tag('option', $self->escape($empty_title || '')) if $with_empty; + $code .= $self->html_tag('option', $self->escape($empty_title || ''), value => '') if $with_empty; if (!$with_optgroups) { $code .= $list_to_code->($collection);