--- loncom/interface/londocs.pm 2002/08/20 13:02:41 1.8 +++ loncom/interface/londocs.pm 2002/08/21 17:18:08 1.9 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.8 2002/08/20 13:02:41 www Exp $ +# $Id: londocs.pm,v 1.9 2002/08/21 17:18:08 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -152,9 +152,8 @@ sub handler { <title>The LearningOnline Network with CAPA</title> <script>$script</script> </head> -<body bgcolor="#FFFFFF"> -<h1>Course Documents</h1> ENDDOCUMENT +$r->print(&Apache::loncommon::bodytag('Course Documents')); # --------------------------------------------------0------ Standard documents if (($standard) && ($allowed) && (!$forcesupplement)) { $r->print('<h2>Main Course Documents</h2>');