Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.360 -r1.361 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 11 Jun 2018 18:47:26 -0000 1.360 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 24 Jul 2018 18:46:12 -0000 1.361 @@ -2012,7 +2012,7 @@ # between different kinds of inputs. # set type [expr {[$field hasAttribute type] ? [$field getAttribute type] : "text"}] - # the switch should be really different objects ad classes...., but thats HTML, anyhow. + # the switch should be really different objects ad classes...., but that's HTML, anyhow. switch -- $type { checkbox { #:msg "$att: CHECKBOX value='$value', [$field hasAttribute checked], [$field hasAttribute value]"