X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2384d9455b3b2b0e47f6c0f0cb631573af0dba0d..1c62d23ef8305ca67a7cf19f69d4fb2939f972a0:/SL/Template/Plugin/L.pm diff --git a/SL/Template/Plugin/L.pm b/SL/Template/Plugin/L.pm index cc9c31aed..8cc93a673 100644 --- a/SL/Template/Plugin/L.pm +++ b/SL/Template/Plugin/L.pm @@ -121,6 +121,7 @@ sub radio_button_tag { _set_id_attribute(\%attributes, $name); $attributes{value} = 1 unless exists $attributes{value}; + $attributes{id} .= '_' . $attributes{value}; my $label = delete $attributes{label}; if ($attributes{checked}) {