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 -N -r1.284.2.109 -r1.284.2.110 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 13 Jul 2020 12:02:33 -0000 1.284.2.109 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 4 Aug 2020 15:22:19 -0000 1.284.2.110 @@ -4336,7 +4336,7 @@ } # - # Provide a HTML ID for ".sortable" compatible with jquery + # Provide an HTML ID for ".sortable" compatible with jquery # regsub -all {[.]} "${:id}.sortable" - jqID set textAreaID ${:id}.text Index: openacs-4/packages/xowiki/www/prototypes/ical.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/prototypes/ical.page,v diff -u -N -r1.8 -r1.8.2.1 --- openacs-4/packages/xowiki/www/prototypes/ical.page 20 May 2018 10:15:28 -0000 1.8 +++ openacs-4/packages/xowiki/www/prototypes/ical.page 4 Aug 2020 15:21:50 -0000 1.8.2.1 @@ -59,7 +59,7 @@ my proc content {} { my get_parameters # - # this is not a HTML page, decativate master and provide content-type + # this is not an HTML page, decativate master and provide content-type # ::xo::cc set_parameter master 0 ::xo::cc set_parameter content-type text/plain