--- loncom/xml/scripttag.pm 2008/09/10 19:45:23 1.148 +++ loncom/xml/scripttag.pm 2010/04/27 20:29:20 1.152 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # '; - } - return ('','no'); -} - -sub end_LONCAPA_INTERNAL_LONHTTPD_PORT { - return ('','no'); -} - sub start_script { my ($target,$token,$tagstack,$parstack,$parser,$safeeval)=@_; @Apache::scripttag::parser_env = @_; @@ -621,7 +597,7 @@ sub start_algebra { $inside = &Apache::run::evaluate($inside,$safeeval,$$parstack[-1]); if ($target eq 'web' || $target eq 'tex' || $target eq 'analyze') { my $style=&Apache::lonxml::get_param('style',$parstack,$safeeval); - $result=&Apache::lontexconvert::algebra($inside,$target,$style,$parstack,$safeeval); + $result=&Apache::lontexconvert::algebra($inside,undef,$target,$style,$parstack,$safeeval); } $Apache::lonxml::post_evaluate=0; } @@ -636,3 +612,20 @@ sub end_algebra { 1; __END__ + +=pod + +=head1 NAME + +Apache::scripttag.pm + +=head1 SYNOPSIS + +implements