--- loncom/xml/londefdef.pm 2001/02/01 18:50:43 1.19 +++ loncom/xml/londefdef.pm 2001/02/01 19:10:11 1.20 @@ -11,7 +11,7 @@ use Apache::lonxml; sub BEGIN { - &Apache::lonxml::register('Apache::londefdef',('m','html','head','map','applet','select','option','input','textarea','form','meta','title','body','center','b','strong','table','dt','h1','h2','h3','h4','h5','h6','cite','i','address','dd','dl','dir','ol','ul','menu','dfn','kbd','tt','code','em','q','p','br','big','small','basefont','font','s','sub','strike','sup','hr','a','li','u','output','param','applet','img','embed','tr','td','allow')); + &Apache::lonxml::register('Apache::londefdef',('m','html','head','map','select','option','input','textarea','form','meta','title','body','center','b','strong','table','dt','h1','h2','h3','h4','h5','h6','cite','i','address','dd','dl','dir','ol','ul','menu','dfn','kbd','tt','code','em','q','p','br','big','small','basefont','font','s','sub','strike','sup','hr','a','li','u','output','param','applet','img','embed','tr','td','allow')); } @@ -1298,7 +1298,7 @@ sub BEGIN { $Apache::lonxml::extlinks[$#Apache::lonxml::extlinks+1]= $token->[2]->{'value'}; } - $Apache::lonxml::extlinks[$Apache::lonxml::extlinks+1]= + $Apache::lonxml::extlinks[$#Apache::lonxml::extlinks+1]= $token->[2]->{'src'}; my $currentstring = ''; if ($target eq 'web') { @@ -1324,7 +1324,7 @@ sub BEGIN { sub start_allow { my ($target,$token) = @_; - $Apache::lonxml::extlinks[$Apache::lonxml::extlinks+1]= + $Apache::lonxml::extlinks[$#Apache::lonxml::extlinks+1]= $token->[2]->{'src'}; return '';