Index: openacs-4/packages/forums/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/form-procs.tcl,v diff -u -r1.7.2.1 -r1.7.2.2 --- openacs-4/packages/forums/tcl/form-procs.tcl 12 Mar 2007 06:18:29 -0000 1.7.2.1 +++ openacs-4/packages/forums/tcl/form-procs.tcl 14 Jun 2007 09:12:49 -0000 1.7.2.2 @@ -39,7 +39,7 @@ -label [_ forums.Body] \ -datatype richtext \ -widget richtext \ - -html {rows 20 cols 60 wrap soft style {width:100%}} \ + -html {rows 20 cols 60 style {width:100%}} \ $optional_switch } @@ -116,7 +116,7 @@ -label [_ forums.Your_Note] \ -datatype text \ -widget textarea \ - -html {cols 80 rows 10 wrap hard} + -html {cols 80 rows 10} } ad_proc -public forums::form::search { @@ -155,7 +155,7 @@ -label [_ forums.Charter] \ -datatype richtext \ -widget richtext \ - -html {cols 60 rows 10 wrap soft} \ + -html {cols 60 rows 10} \ -validate { {expr [string length $value] <= 4000 } {#forums.charter_max_chars#} } \ -optional