Index: openacs-4/packages/acs-templating/tcl/dimensional-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/dimensional-procs.tcl,v diff -u -r1.3.2.2 -r1.3.2.3 --- openacs-4/packages/acs-templating/tcl/dimensional-procs.tcl 11 Oct 2022 13:26:21 -0000 1.3.2.2 +++ openacs-4/packages/acs-templating/tcl/dimensional-procs.tcl 24 Jul 2023 13:08:29 -0000 1.3.2.3 @@ -98,7 +98,7 @@ lassign $option_value group_key group_label clause set selected [expr {$option_val eq $group_key}] - set href $url?[export_vars -url -set $options_set [list [list $option_key $group_key]]] + set href [export_vars -base $url -set $options_set [list [list $option_key $group_key]]] template::multirow append dimensional $option_key $option_label $group_key $group_label $selected $href }