Index: openacs-4/packages/forums/www/moderate/move-thread.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/moderate/move-thread.tcl,v diff -u -N -r1.7 -r1.7.2.1 --- openacs-4/packages/forums/www/moderate/move-thread.tcl 27 Jun 2015 21:29:52 -0000 1.7 +++ openacs-4/packages/forums/www/moderate/move-thread.tcl 12 Sep 2015 11:06:31 -0000 1.7.2.1 @@ -99,4 +99,9 @@ } set title "#forums.Move_message_to_thread# \"$subject\"" -set context $title \ No newline at end of file +set context $title +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: