--- loncom/interface/lonviewclasslist.pm 2008/03/12 02:45:07 1.10 +++ loncom/interface/lonviewclasslist.pm 2009/03/14 18:39:40 1.11 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to display the classlist # -# $Id: lonviewclasslist.pm,v 1.10 2008/03/12 02:45:07 raeburn Exp $ +# $Id: lonviewclasslist.pm,v 1.11 2009/03/14 18:39:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -262,7 +262,7 @@ sub html_classlist { ''.(' 'x2). &Apache::loncommon::messagewrapper (' '. - $username.'@'.$domain,$username,$domain).''; + $username.':'.$domain,$username,$domain).''; if (! $viewsettings->{'limit_to_section'}) { $Str .= ''.$section.''; }