--- loncom/xml/londefdef.pm 2003/08/26 15:05:43 1.167 +++ loncom/xml/londefdef.pm 2003/08/26 21:31:19 1.168 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.167 2003/08/26 15:05:43 sakharuk Exp $ +# $Id: londefdef.pm,v 1.168 2003/08/26 21:31:19 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -1421,7 +1421,7 @@ sub start_a { } sub end_a { - my ($target,$token,$tagstack,$parstack,$safeeval) = @_; + my ($target,$token,$tagstack,$parstack,$parser,$safeeval) = @_; my $currentstring = ''; if ($target eq 'web') { $currentstring .= $token->[2]; @@ -1431,7 +1431,7 @@ sub end_a { #--
  • tag sub start_li { - my ($target,$token,$tagstack,$parstack,$safeeval) = @_; + my ($target,$token,$tagstack,$parstack,$parser,$safeeval) = @_; my $currentstring = ''; if ($target eq 'web') { $currentstring = $token->[4];