[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 18 Jan 2006 20:16:45 -0000


albertel		Wed Jan 18 15:16:45 2006 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  - <randomlist> wants the unstyled body, th styling will occur during a later pass
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.330 loncom/homework/structuretags.pm:1.331
--- loncom/homework/structuretags.pm:1.330	Mon Jan  9 15:47:52 2006
+++ loncom/homework/structuretags.pm	Wed Jan 18 15:16:43 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.330 2006/01/09 20:47:52 albertel Exp $
+# $Id: structuretags.pm,v 1.331 2006/01/18 20:16:43 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1166,7 +1166,7 @@
     my $result;
     if ($target eq 'answer' || $target eq 'grade' || $target eq 'web' ||
 	$target eq 'tex' || $target eq 'analyze') {
-	my $body= &Apache::lonxml::get_all_text("/randomlist",$parser,$style);
+	my $body= &Apache::lonxml::get_all_text("/randomlist",$parser);
 	my $b_parser= HTML::LCParser->new(\$body);
 	$b_parser->xml_mode(1);
 	$b_parser->marked_sections(1);