Diff for /loncom/xml/lonxml.pm between versions 1.406 and 1.408

version 1.406, 2006/04/13 19:00:40 version 1.408, 2006/04/18 20:50:45
Line 206  sub xmlend { Line 206  sub xmlend {
  return '';   return '';
     }      }
   
     return $discussion.&Apache::loncommon::end_page();      return $discussion;
 }  }
   
 sub tokeninputfield {  sub tokeninputfield {
Line 304  sub printtokenheader { Line 304  sub printtokenheader {
     }      }
 }  }
   
 sub fontsettings {  
     my $headerstring='';  
     if (($env{'browser.os'} eq 'mac') && (!$env{'browser.mathml'})) {   
  $headerstring.=  
     '<meta Content-Type="text/html; charset=x-mac-roman" />';  
     } elsif (!$env{'browser.mathml'} && $env{'browser.unicode'}) {  
  $headerstring.=  
     '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';  
     }  
     return $headerstring;  
 }  
   
 sub printalltags {  sub printalltags {
   my $temp;    my $temp;
   foreach $temp (sort keys %Apache::lonxml::alltags) {    foreach $temp (sort keys %Apache::lonxml::alltags) {

Removed from v.1.406  
changed lines
  Added in v.1.408


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