From 8b5efb772c54921ce86998882177cf2f75d3d493 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 1 Aug 2007 09:54:53 +0000 Subject: [PATCH] =?utf8?q?Einige=20Browser=20(Opera)=20m=C3=B6gen=20es=20n?= =?utf8?q?icht,=20wenn=20"checked"=20bei=20Checkboxen=20in=20Anf=C3=BChrun?= =?utf8?q?gszeichen=20steht.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 6629cb873..de350c513 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -529,7 +529,7 @@ sub display_row { } my $subtotalchecked = ($form->{"subtotal_$i"}) ? "checked" : ""; print qq| - |.$locale->text('Subtotal').qq|  + |.$locale->text('Subtotal').qq|  |; if ($form->{"id_$i"} && $is_sales) { -- 2.20.1