Index: openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs.tcl 26 Apr 2005 21:40:32 -0000 1.8 +++ openacs-4/packages/evaluation-portlet/tcl/evaluation-portlet-procs.tcl 26 Apr 2005 21:47:05 -0000 1.9 @@ -33,7 +33,7 @@ ad_proc -public evaluation_assignments_portlet::get_pretty_name { } { - return "#evaluation-portlet.Assignments#" + return "#evaluation-portlet.Assignments_#" } @@ -148,7 +148,7 @@ ad_proc -public evaluation_evaluations_portlet::get_pretty_name { } { - return "#evaluation-portlet.Evaluations#" + return "#evaluation-portlet.Evaluations_#" }