Index: openacs-4/packages/general-comments/www/comment-edit-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-edit-2.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/general-comments/www/comment-edit-2.tcl 14 Jun 2001 19:52:22 -0000 1.2 +++ openacs-4/packages/general-comments/www/comment-edit-2.tcl 31 Oct 2001 20:42:07 -0000 1.3 @@ -18,7 +18,7 @@ object_id:integer,notnull title:notnull content:notnull,html - {mime_type "text/plain"} + comment_mime_type { return_url {} } } -properties { page_title:onevalue @@ -36,6 +36,8 @@ set context_bar {"Confirm comment"} set target "comment-edit-3" +set html_content [ad_html_text_convert -from $comment_mime_type $content] + ad_return_template "comment-ae-2"