Index: openacs-4/packages/general-comments/www/comment-edit-3.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/general-comments/www/comment-edit-3.tcl,v diff -u -r1.7.2.3 -r1.7.2.4 --- openacs-4/packages/general-comments/www/comment-edit-3.tcl 3 Oct 2022 12:20:37 -0000 1.7.2.3 +++ openacs-4/packages/general-comments/www/comment-edit-3.tcl 8 Jul 2024 11:18:10 -0000 1.7.2.4 @@ -10,7 +10,7 @@ } { comment_id:naturalnum,notnull title:notnull,printable,string_length(max|200) - content:notnull,html + content:html,notnull,general_comments_safe comment_mime_type:oneof(text/plain|text/html),notnull { return_url:localurl {} } }