Index: openacs-4/packages/acs-admin/www/auth/batch-job-run.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/batch-job-run.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/acs-admin/www/auth/batch-job-run.tcl 27 Oct 2014 16:38:55 -0000 1.3 +++ openacs-4/packages/acs-admin/www/auth/batch-job-run.tcl 7 Aug 2017 23:47:45 -0000 1.4 @@ -16,3 +16,9 @@ set job_id [auth::authority::batch_sync -authority_id $authority_id] set job_url [export_vars -base batch-job { job_id }] + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: