From: Moritz Bunkus Date: Wed, 1 Aug 2007 09:54:53 +0000 (+0000) Subject: Einige Browser (Opera) mögen es nicht, wenn "checked" bei Checkboxen in Anführungszei... X-Git-Tag: release-2.6.0beta1~538 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;ds=sidebyside;h=8b5efb772c54921ce86998882177cf2f75d3d493;p=kivitendo-erp.git Einige Browser (Opera) mögen es nicht, wenn "checked" bei Checkboxen in Anführungszeichen steht. --- 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) {