Index: openacs-4/packages/file-storage/www/file.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file.tcl,v diff -u -r1.35 -r1.35.2.1 --- openacs-4/packages/file-storage/www/file.tcl 27 Jun 2015 21:41:49 -0000 1.35 +++ openacs-4/packages/file-storage/www/file.tcl 12 Sep 2015 11:06:19 -0000 1.35.2.1 @@ -140,3 +140,9 @@ if { $categories_p } { set category_links [fs::category_links -object_id $file_id -folder_id $folder_id] } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: