--- loncom/xml/londefdef.pm 2005/10/18 21:46:19 1.290 +++ loncom/xml/londefdef.pm 2005/11/03 21:42:15 1.291 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.290 2005/10/18 21:46:19 albertel Exp $ +# $Id: londefdef.pm,v 1.291 2005/11/03 21:42:15 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -3459,6 +3459,9 @@ sub start_link { my ($target,$token) = @_; my $currentstring = ''; if ($target eq 'web') { + my $href=&Apache::lonxml::get_param('href',$parstack,$safeeval, + undef,1); + &Apache::lonxml::extlink($href); $currentstring = $token->[4]; } return $currentstring;