Index: openacs-4/packages/news/www/news.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/news.tcl,v diff -u -N -r1.2 -r1.2.2.1 --- openacs-4/packages/news/www/news.tcl 7 Aug 2017 23:48:12 -0000 1.2 +++ openacs-4/packages/news/www/news.tcl 30 Dec 2019 17:58:04 -0000 1.2.2.1 @@ -1,6 +1,17 @@ -# /packages/news/www/news.tcl -# Display one news revision. +ad_include_contract { + /packages/news/www/news.tcl + Display one news revision. +} { + item_id:naturalnum,optional + publish_title:optional + publish_lead:html,optional + publish_image:localurl,optional + publish_body:html + creator_link:html + publish_format:notnull +} + set publish_body [ad_html_text_convert -from $publish_format -to text/html -- $publish_body] # Local variables: