From: Sven Schöling Date: Mon, 17 Oct 2011 08:26:45 +0000 (+0200) Subject: warp=soft ist nicht im HTML Standard, und in den Browsern die es verstehen aber eh... X-Git-Tag: release-2.7.0beta1~215^2~18 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f17eb7f65a81aa2f90b20dc89b0f04503f34514a;p=kivitendo-erp.git warp=soft ist nicht im HTML Standard, und in den Browsern die es verstehen aber eh der default Zustand von textarea. --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 90efb0e64..24540eed8 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -461,8 +461,8 @@ sub form_footer { my $introws = max 2, $form->numtextrows($form->{intnotes}, 35, 8); $rows = max $rows, $introws; - $TMPL_VAR{notes} = qq||; - $TMPL_VAR{intnotes} = qq||; + $TMPL_VAR{notes} = qq||; + $TMPL_VAR{intnotes} = qq||; if (!$form->{taxincluded}) {