Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -N -r1.94.2.22 -r1.94.2.23 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 29 Mar 2023 12:38:59 -0000 1.94.2.22 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 10 Jul 2023 09:18:09 -0000 1.94.2.23 @@ -139,7 +139,7 @@ to display at the bottom of the list. The format is (label1 url1 title1 label2 url2 title2 ...). A form will be submitted to the url, containing a list of the key values of the checked rows. - For example, if 'key' is 'message_id', and rows with message_id 2 4 and 9 are chcked, the + For example, if 'key' is 'message_id', and rows with message_id 2 4 and 9 are checked, the page will get variables message_id=2&message_id=4&message_id=9. The receiving page should declare message_id:naturalnum,multiple in its ad_page_contract. Note that the 'message_id' local variable will the be a Tcl list.