Index: openacs-4/packages/xowiki/tcl/yui-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/yui-procs.tcl,v diff -u -r1.16.2.1 -r1.16.2.2 --- openacs-4/packages/xowiki/tcl/yui-procs.tcl 28 Jun 2019 10:30:28 -0000 1.16.2.1 +++ openacs-4/packages/xowiki/tcl/yui-procs.tcl 4 Jul 2019 17:51:39 -0000 1.16.2.2 @@ -443,9 +443,9 @@ " \ -instproc get-slots {} { - set slots [list -[:name]] + set slots [list -${:name}] foreach subfield {href title CSSclass target onclick} { - lappend slots [list -[:name].$subfield ""] + lappend slots [list -${:name}.$subfield ""] } return $slots } @@ -593,7 +593,7 @@ " \ -instproc render-data {line} { - set __name [:name] + set __name ${:name} if {[$line exists $__name.href] && [set href [$line set $__name.href]] ne ""} { # use the CSS class rather from the Field than not the line