--- loncom/auth/lonroles.pm 2010/12/30 21:18:18 1.256.2.5 +++ loncom/auth/lonroles.pm 2011/09/27 20:33:34 1.256.2.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.256.2.5 2010/12/30 21:18:18 raeburn Exp $ +# $Id: lonroles.pm,v 1.256.2.6 2011/09/27 20:33:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1763,7 +1763,7 @@ sub display_cc_role { my %newhash=&Apache::lonnet::coursedescription($tcourseid); if (%newhash) { $twhere=$newhash{'description'}. - ' '. + ' '. &Apache::loncommon::syllabuswrapper(&mt('Syllabus'),$trest,$tdom). ''; $ttype = $newhash{'type'};