Index: openacs-4/packages/news/www/preview.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/news/www/preview.tcl,v
diff -u -r1.38.2.4 -r1.38.2.5
--- openacs-4/packages/news/www/preview.tcl	27 Jan 2023 17:14:02 -0000	1.38.2.4
+++ openacs-4/packages/news/www/preview.tcl	27 Jan 2023 17:15:35 -0000	1.38.2.5
@@ -130,11 +130,11 @@
     # Form vars to carry through Confirmation Page
     set hidden_vars [export_vars -form {
         item_id revision_log publish_title publish_lead publish_body publish_body.format
-        publish_date archive_date_ansi permanent_p html_p imgfile
+        publish_date archive_date permanent_p html_p imgfile
     }]
     set image_vars [export_vars -form {
         publish_title publish_lead publish_body publish_body.format
-        publish_date archive_date_ansi html_p permanent_p action item_id revision_log
+        publish_date archive_date html_p permanent_p action item_id revision_log
     }]
     set form_action "<form method='post' action='admin/revision-add-3' class='inline-form'>"
     set edit_action "<form method='post' action='admin/revision-add' class='inline-form'>"
@@ -152,8 +152,6 @@
     -style ".news-item-preview { color: inherit; background-color: #eeeeee; margin: 1em 4em 1em 4em; padding: 1em; }" \
     -media screen
 
-ad_return_template
-
 # Local variables:
 #    mode: tcl
 #    tcl-indent-level: 4