--- loncom/interface/loncommon.pm 2006/09/27 22:42:05 1.460 +++ loncom/interface/loncommon.pm 2006/10/03 20:14:35 1.461 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.460 2006/09/27 22:42:05 albertel Exp $ +# $Id: loncommon.pm,v 1.461 2006/10/03 20:14:35 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3748,9 +3748,11 @@ sub headtag { my $result = ''. - &font_settings(). - &Apache::lonhtmlcommon::htmlareaheaders(); + &font_settings(); + if (!$args->{'frameset'}) { + $result .= &Apache::lonhtmlcommon::htmlareaheaders(); + } if ($args->{'force_register'}) { $result .= &Apache::lonmenu::registerurl(1); }