Diff for /loncom/xml/scripttag.pm between versions 1.80 and 1.81

version 1.80, 2002/10/30 23:37:57 version 1.81, 2002/11/06 23:05:02
Line 43  BEGIN { Line 43  BEGIN {
   &Apache::lonxml::register('Apache::scripttag',    &Apache::lonxml::register('Apache::scripttag',
     ('script','scriptlib','parserlib','import',      ('script','scriptlib','parserlib','import',
      'window','display','storetc','physnet',       'window','display','storetc','physnet',
      'standalone','comment'));       'standalone','comment',
        'LONCAPA_INTERNAL_TURN_STYLE_ON'));
   }
   
   sub start_LONCAPA_INTERNAL_TURN_STYLE_ON {
       $Apache::lonxml::usestyle=1;
       return ('','no');
   }
   
   sub end_LONCAPA_INTERNAL_TURN_STYLE_ON {
       return ('','no');
 }  }
   
 sub start_script {  sub start_script {

Removed from v.1.80  
changed lines
  Added in v.1.81


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