Index: openacs-4/packages/acs-templating/tcl/test/captcha-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/Attic/captcha-procs.tcl,v diff -u -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/acs-templating/tcl/test/captcha-procs.tcl 28 Jan 2022 09:28:29 -0000 1.1.2.5 +++ openacs-4/packages/acs-templating/tcl/test/captcha-procs.tcl 30 Jan 2022 14:38:58 -0000 1.1.2.6 @@ -23,7 +23,7 @@ } set message "" set value [ns_queryget value] - # Simulate a 2 level depth for the api + # Simulate a 2-level depth for the API proc test args { return [template::data::validate::captcha value message] }