--- loncom/xml/londefdef.pm 2004/01/28 19:59:13 1.195 +++ loncom/xml/londefdef.pm 2004/01/28 20:41:15 1.196 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.195 2004/01/28 19:59:13 sakharuk Exp $ +# $Id: londefdef.pm,v 1.196 2004/01/28 20:41:15 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -152,7 +152,7 @@ sub start_html { my ($target,$token) = @_; my $currentstring = ''; my $options=$ENV{'course.'.$ENV{'request.course.id'}.'.tthoptions'}; - &init_tth(); + &Apache::lontexconvert::init_tth(); if ($target eq 'web' || $target eq 'edit') { $currentstring = &Apache::lonxml::xmlbegin(). &Apache::lonxml::fontsettings();