--- loncom/interface/loncoursegroups.pm 2012/07/21 21:20:06 1.114 +++ loncom/interface/loncoursegroups.pm 2012/10/04 13:41:10 1.115 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursegroups.pm,v 1.114 2012/07/21 21:20:06 raeburn Exp $ +# $Id: loncoursegroups.pm,v 1.115 2012/10/04 13:41:10 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -416,7 +416,12 @@ END } } } else { - $r->print(&mt('You are not currently a member of any active '.$gpterm.'s in this '.lc($crstype).'.')); + $r->print( + '

' + .&mt('You are not currently a member of any active '.$gpterm.'s' + .' in this '.lc($crstype).'.') + .'

' + ); } } return;