Einige Browser (Opera) mögen es nicht, wenn "checked" bei Checkboxen in Anführungszei...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 1 Aug 2007 09:54:53 +0000 (09:54 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 1 Aug 2007 09:54:53 +0000 (09:54 +0000)
bin/mozilla/io.pl

index 6629cb8..de350c5 100644 (file)
@@ -529,7 +529,7 @@ sub display_row {
     }
     my $subtotalchecked = ($form->{"subtotal_$i"}) ? "checked" : "";
     print qq|
-          <b>|.$locale->text('Subtotal').qq|</b>&nbsp;<input type="checkbox" name="subtotal_$i" value="1" "$subtotalchecked">
+          <b>|.$locale->text('Subtotal').qq|</b>&nbsp;<input type="checkbox" name="subtotal_$i" value="1" $subtotalchecked>
 |;
 
     if ($form->{"id_$i"} && $is_sales) {