Index: openacs-4/packages/acs-templating/www/doc/demo/list5/delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list5/delete.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/www/doc/demo/list5/delete.tcl 27 Oct 2014 16:40:20 -0000 1.2 +++ openacs-4/packages/acs-templating/www/doc/demo/list5/delete.tcl 7 Aug 2017 23:48:02 -0000 1.3 @@ -15,7 +15,7 @@ # is there are a bunch of template_demo_note_id values coming in # through the url. So, this list is sorta becoming a form too :) # -# so this loop runs thru all passed-in values of template_demo_note_id +# so this loop runs through all passed-in values of template_demo_note_id # and for each, deletes that note. foreach template_demo_note_id $template_demo_note_id { @@ -34,3 +34,9 @@ } ad_returnredirect "./" + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: