Index: openacs-4/packages/acs-templating/tcl/element-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/element-procs.tcl,v diff -u -r1.37.2.6 -r1.37.2.7 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 25 Nov 2019 07:49:45 -0000 1.37.2.6 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 19 Dec 2019 19:15:06 -0000 1.37.2.7 @@ -136,6 +136,9 @@ @option nospell A flag indicating that no spell-checking should be performed on this element. This overrides the 'SpellcheckFormWidgets' parameter. + + @option noquote A flag indicating that no value should not be quoted in a form. + Currently only supported by the "inform" widget type. @option before_html A chunk of HTML displayed immediately before the rendered element.