--- loncom/xml/scripttag.pm 2008/11/24 18:55:01 1.149 +++ 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 = @_; @@ -611,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; } @@ -641,18 +627,5 @@ and This is part of the LearningOnline Network with CAPA project described at http://www.lon-capa.org. - -=head1 NOTABLE SUBROUTINES - -=over - -=item start_LONCAPA_INTERNAL_LONHTTPD_PORT() - -emits a pice of javascript that says a global js variable to the -current lonhttp port, currently used by the remote control to find out -where to load images from - -=back - =cut