Index: openacs-4/packages/forums/www/admin/forum-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/admin/forum-edit.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/forums/www/admin/forum-edit.tcl 1 Aug 2002 14:36:25 -0000 1.4 +++ openacs-4/packages/forums/www/admin/forum-edit.tcl 1 Aug 2002 14:53:20 -0000 1.5 @@ -19,7 +19,7 @@ -label "Name" -datatype text -widget text -html {size 60} element create forum charter \ - -label "Charter" -datatype text -widget textarea -html {cols 60 rows 10 wrap soft} + -label "Charter" -datatype text -widget textarea -html {cols 60 rows 10 wrap soft} -optional element create forum presentation_type \ -label "Presentation" -datatype text -widget select -options {{Flat flat} {Threaded threaded}}