--- loncom/xml/scripttag.pm 2016/09/14 14:55:06 1.172.2.2 +++ loncom/xml/scripttag.pm 2015/01/19 15:36:16 1.173 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # '; } + } elsif ($target eq 'meta') { my $bodytext=&Apache::lonxml::get_all_text_unbalanced("/script",$parser); @@ -678,14 +679,12 @@ sub end_storetc { sub start_physnet { my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_; - my $bodytext = '/res/adm/includes/physnet.sty'; + my $bodytext = '/adm/includes/physnet.sty'; my $location=&Apache::lonnet::filelocation($Apache::lonxml::pwd['-1'],$bodytext); my $cbistyletext=&Apache::lonnet::getfile($location); %$style = (%$style,&Apache::style::styleparser($target,$cbistyletext)); - if (keys(%$style) && (($target eq 'web') || ($target eq 'tex'))) { - $$parser['-1']->unget_token($token); - } + $$parser['-1']->unget_token($token); # if ( defined($$style{'physnet'}) ) { # &Apache::lonxml::newparser($parser,\$$style{'physnet'}); # }