Index: openacs-4/packages/news/lib/news.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/lib/news.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/news/lib/news.tcl 27 Oct 2014 16:41:46 -0000 1.2 +++ openacs-4/packages/news/lib/news.tcl 7 Aug 2017 23:48:12 -0000 1.3 @@ -2,3 +2,9 @@ # Display one news revision. set publish_body [ad_html_text_convert -from $publish_format -to text/html -- $publish_body] + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: