Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.542.2.132 -r1.542.2.133 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 9 Jan 2022 17:24:34 -0000 1.542.2.132 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 10 Jan 2022 18:10:31 -0000 1.542.2.133 @@ -4038,7 +4038,7 @@ # empty. In these cases, call child-resources manually. # if {$html eq "" && [:is_folder_page]} { - ns_log warning "render_content: [:item_id] {$name} is a folder page without a content (deprecated)" + ns_log warning "render_content: [:item_id] ${:name} is a folder page without a content (deprecated)" set html [:include child-resources] }