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 -r1.8 --- openacs-4/packages/general-comments/www/comment-edit-3.tcl 7 Aug 2017 23:48:12 -0000 1.7 +++ openacs-4/packages/general-comments/www/comment-edit-3.tcl 3 Sep 2024 15:37:39 -0000 1.8 @@ -9,9 +9,9 @@ @cvs-id $Id$ } { comment_id:naturalnum,notnull - title - content:html - comment_mime_type + title:notnull,printable,string_length(max|200) + content:html,notnull,general_comments_safe + comment_mime_type:oneof(text/plain|text/html),notnull { return_url:localurl {} } }