Index: openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl 27 Oct 2014 16:40:59 -0000 1.8 +++ openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl 7 Aug 2017 23:48:04 -0000 1.9 @@ -1,5 +1,5 @@ ad_page_contract { - This page admin the parameters that receive the tcl code defined in the action + This page admin the parameters that receive the Tcl code defined in the action @author vivian@viaro.net Viaro Networks (www.viaro.net) @date 07-01-2005 @cvs-id $Id: @@ -79,3 +79,9 @@ ad_returnredirect "asm-action-param-admin?action_id=$action_id" } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: