Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -N -r1.94.2.5 -r1.94.2.6 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 21 Nov 2019 19:08:47 -0000 1.94.2.5 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 26 Nov 2019 17:11:53 -0000 1.94.2.6 @@ -1285,7 +1285,7 @@ # display_eval, link_url_eval foreach __eval_property { display link_url } { - if { [info exists element_properties(${__eval_property}_eval)] && $element_properties(${__eval_property}_eval) ne "" } { + if { [info exists __element_properties(${__eval_property}_eval)] && $__element_properties(${__eval_property}_eval) ne "" } { set $__element_properties(${__eval_property}_col) [subst $__element_properties(${__eval_property}_eval)] } }