Diff for /loncom/interface/lonhtmlcommon.pm between versions 1.285.2.1 and 1.285.2.2

version 1.285.2.1, 2011/05/15 23:57:32 version 1.285.2.2, 2011/10/11 13:12:23
Line 60  use Time::Local; Line 60  use Time::Local;
 use Time::HiRes;  use Time::HiRes;
 use Apache::lonlocal;  use Apache::lonlocal;
 use Apache::lonnet;  use Apache::lonnet;
   use HTML::Entities();
 use LONCAPA;  use LONCAPA;
   
 sub java_not_enabled {  sub java_not_enabled {
Line 83  sub raw_href_to_link { Line 84  sub raw_href_to_link {
    return $message;     return $message;
 }  }
   
   sub entity_encode {
       my ($text)=@_;
       return &HTML::Entities::encode($text, '<>&"');
   }
   
 ##############################################  ##############################################
 ##############################################  ##############################################
   

Removed from v.1.285.2.1  
changed lines
  Added in v.1.285.2.2


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