--- loncom/interface/lonhtmlcommon.pm 2002/08/13 00:37:18 1.7 +++ loncom/interface/lonhtmlcommon.pm 2002/08/21 17:18:08 1.8 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.7 2002/08/13 00:37:18 stredwic Exp $ +# $Id: lonhtmlcommon.pm,v 1.8 2002/08/21 17:18:08 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -175,15 +175,9 @@ sub Title { my $Str = ''; $Str .= ''.$pageName.''."\n"; - $Str .= ''."\n"; + $Str .= &Apache::loncommon::bodytag($pageName)."\n"; $Str .= ''."\n"; - $Str .= '
'; - $Str .= '

Course: '; - $Str .= $ENV{'course.'.$ENV{'request.course.id'}.'.description'}; - $Str .= '

'."\n"; - $Str .= ''; - $Str .= '
'."\n"; return $Str; }