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.368.2.100 -r1.368.2.101 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 19 Dec 2021 15:44:45 -0000 1.368.2.100 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 19 Dec 2021 15:45:08 -0000 1.368.2.101 @@ -2333,7 +2333,7 @@ #:log "$name '$name', spec '$spec' short_spec '$short_spec', slot=$slot" set spec_list [list] - + if {$spec ne ""} {lappend spec_list $spec} if {$short_spec ne ""} {lappend spec_list $short_spec} #:log "$name: composed spec '[join $spec_list ,]'"