Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.71 and 1.1075.2.72

version 1.1075.2.71, 2014/05/04 15:44:46 version 1.1075.2.72, 2014/05/15 20:37:22
Line 7296  sub headtag { Line 7296  sub headtag {
  '<head>'.   '<head>'.
  &font_settings($args);   &font_settings($args);
   
     my $inhibitprint = &print_suppression();      my $inhibitprint;
       if ($args->{'print_suppress'}) {
           $inhibitprint = &print_suppression();
       }
   
     if (!$args->{'frameset'}) {      if (!$args->{'frameset'}) {
  $result .= &Apache::lonhtmlcommon::htmlareaheaders();   $result .= &Apache::lonhtmlcommon::htmlareaheaders();

Removed from v.1.1075.2.71  
changed lines
  Added in v.1.1075.2.72


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>