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 -r1.7 -r1.8 --- 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 7 Aug 2017 23:48:12 -0000 1.8 @@ -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: