--- loncom/xml/londefdef.pm 2000/11/01 17:26:14 1.8 +++ loncom/xml/londefdef.pm 2000/11/06 14:29:53 1.9 @@ -30,10 +30,6 @@ sub BEGIN { sub start_m { my ($target,$token,$parstack,$parser) = @_; my $currentstring = ''; -# if ($target eq 'meta') { -# my $inside = &Apache::lonxml::get_all_text("/m",$$parser[$#$parser]); -# $currentstring =''; -# } if ($target eq 'web') { my $inside = &Apache::lonxml::get_all_text("/m",$$parser[$#$parser]); $inside ='\\documentstyle{article}'.$inside;