--- loncom/interface/loncommon.pm 2005/07/05 18:59:03 1.269 +++ loncom/interface/loncommon.pm 2005/07/12 15:54:19 1.270 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.269 2005/07/05 18:59:03 albertel Exp $ +# $Id: loncommon.pm,v 1.270 2005/07/12 15:54:19 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2793,7 +2793,7 @@ ENDROLE } my $titletable = ''. - ''.$roleinfo.'
'. + '
'. $titleinfo.'
'; if ($env{'request.state'} eq 'construct') { $bodytag .= &Apache::lonmenu::menubuttons($forcereg,'web',$forcereg,$titletable);