Diff for /loncom/interface/loncommon.pm between versions 1.1187 and 1.1188

version 1.1187, 2014/04/25 17:56:43 version 1.1188, 2014/05/15 20:20:54
Line 7304  sub headtag { Line 7304  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.1187  
changed lines
  Added in v.1.1188


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