Index: openacs-4/packages/news/lib/news.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/lib/news.tcl,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/news/lib/news.tcl 7 Aug 2017 23:48:12 -0000 1.3 +++ openacs-4/packages/news/lib/news.tcl 30 Dec 2019 17:50:52 -0000 1.3.2.1 @@ -1,5 +1,12 @@ -# /packages/news/www/news.tcl -# Display one news revision. +ad_include_contract { + Display one news revision. +} { + publish_title:optional + publish_lead:optional + publish_body:optional + creator_link:html + publish_format:notnull +} set publish_body [ad_html_text_convert -from $publish_format -to text/html -- $publish_body]