Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.213 -r1.214 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 May 2012 11:15:26 -0000 1.213 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 31 Jul 2012 12:47:23 -0000 1.214 @@ -1463,10 +1463,10 @@ } richtext instproc check=safe_html {value} { - # don't check if the user has admin permissions on the package + # don't check if the user has sufficient permissions on the package if {[::xo::cc permission \ -object_id [::xo::cc package_id] \ - -privilege admin \ + -privilege swa \ -party_id [::xo::cc user_id]]} { set msg "" } else {