--- loncom/xml/londefdef.pm 2000/11/06 16:22:59 1.10 +++ loncom/xml/londefdef.pm 2000/11/06 17:03:29 1.11 @@ -1169,7 +1169,7 @@ sub BEGIN { # ------------------------------------------------------------------------ tag - sub start_img { + sub start_param { my ($target,$token) = @_; if ($token->[2]->{'name'} eq 'cabbase') { $Apache::lonxml::extlinks[$#Apache::lonxml::extlinks+1]= @@ -1185,7 +1185,7 @@ sub BEGIN { } return $currentstring; } - sub end_img { + sub end_param { my ($target,$token) = @_; my $currentstring = ''; if ($target eq 'web') {