Index: openacs-4/packages/lors-central/www/one-course-associations.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/www/one-course-associations.tcl,v diff -u -N -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/lors-central/www/one-course-associations.tcl 18 Sep 2005 14:01:11 -0000 1.1.2.2 +++ openacs-4/packages/lors-central/www/one-course-associations.tcl 24 Nov 2005 17:24:06 -0000 1.1.2.3 @@ -226,7 +226,7 @@ community { label "[_ lors-central.community_name]" display_template { - @com_list.pretty_name@   + @com_list.pretty_name@   [_ lors-central.views] @@ -283,7 +283,7 @@ # get the lorsm package url for this community set com_node_id [dotlrn_community::get_community_node_id $com_id] set lorsm_url [site_node::get_children -node_id $com_node_id -element url -package_key lorsm] - set course_url [export_vars -base "${lorsm_url}delivery {man_id}] + set course_url [export_vars -base "${lorsm_url}delivery" {man_id}] }