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.9 -r1.10 --- openacs-4/packages/forums/tcl/form-procs.tcl 7 Oct 2007 22:37:01 -0000 1.9 +++ openacs-4/packages/forums/tcl/form-procs.tcl 2 Sep 2008 22:13:14 -0000 1.10 @@ -155,7 +155,7 @@ -label [_ forums.Charter] \ -datatype richtext \ -widget richtext \ - -html {cols 60 rows 10} \ + -html {cols 60 rows 10 style {width: 100%}} \ -validate { {expr [string length $value] <= 4000 } {#forums.charter_max_chars#} } \ -optional