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 -N -r1.11 -r1.11.2.1 --- openacs-4/packages/forums/tcl/form-procs.tcl 27 Oct 2014 16:41:37 -0000 1.11 +++ openacs-4/packages/forums/tcl/form-procs.tcl 18 Aug 2015 12:17:43 -0000 1.11.2.1 @@ -156,8 +156,8 @@ -datatype richtext \ -widget richtext \ -html {cols 60 rows 10 style {width: 100%}} \ - -validate { {expr {[string length $value] <= 4000} } {#forums.charter_max_chars#} } \ - -optional + -validate { {expr {[string length $value] <= 4000} } {\#forums.charter_max_chars#} } \ + -optional template::element create $form_name ${prefix}presentation_type \ -label [_ forums.Presentation] \