--- loncom/xml/londefdef.pm 2001/03/26 20:36:10 1.23 +++ loncom/xml/londefdef.pm 2001/03/27 17:40:48 1.24 @@ -250,7 +250,7 @@ sub end_output { my ($target,$token) = @_; my $currentstring = ''; if ($target eq 'web') { -# $currentstring = $token->[4]; + $currentstring = $token->[4]; } elsif ($target eq 'tex') { $currentstring = " \\begin{document} "; }