From 7399e9f0475304bfa3d2cf4311d9f35a6d5a52d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 25 Jul 2014 15:56:49 +0200 Subject: [PATCH] =?utf8?q?L:=20Eindeutige=20ids=20f=C3=BCr=20radio=5Ftag?= =?utf8?q?=20wiederhergestellt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Die waren in da2fecb453416b3731a896ab6d35e9992be3d9eb kaputtgegangen. --- SL/Template/Plugin/L.pm | 1 + 1 file changed, 1 insertion(+) 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}) { -- 2.20.1