Index: openacs-4/packages/acs-templating/www/doc/demo/contract-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/contract-2.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/doc/demo/contract-2.tcl 7 Aug 2017 23:48:02 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/demo/contract-2.tcl 29 Dec 2017 09:59:11 -0000 1.5 @@ -5,14 +5,14 @@ noun:notnull,nohtml { plural:nohtml "" } } -validate { - supersticion -requires {count} { + superstition -requires {count} { if {$count == 13} { ad_complain } } csrf { csrf::validate } } -errors { - supersticion {This number brings you no luck.} + superstition {This number brings you no luck.} } -properties { phrase:onevalue } -return_errors error_list