--- loncom/interface/loncommon.pm 2014/04/25 17:56:43 1.1187 +++ loncom/interface/loncommon.pm 2014/05/15 20:20:54 1.1188 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1187 2014/04/25 17:56:43 bisitz Exp $ +# $Id: loncommon.pm,v 1.1188 2014/05/15 20:20:54 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -7304,7 +7304,10 @@ sub headtag { ''. &font_settings($args); - my $inhibitprint = &print_suppression(); + my $inhibitprint; + if ($args->{'print_suppress'}) { + $inhibitprint = &print_suppression(); + } if (!$args->{'frameset'}) { $result .= &Apache::lonhtmlcommon::htmlareaheaders();