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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 03 Nov 2005 22:10:23 -0000


albertel		Thu Nov  3 17:10:23 2005 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  - edit mode was broken
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.313 loncom/homework/structuretags.pm:1.314
--- loncom/homework/structuretags.pm:1.313	Thu Nov  3 16:29:57 2005
+++ loncom/homework/structuretags.pm	Thu Nov  3 17:10:23 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.313 2005/11/03 21:29:57 albertel Exp $
+# $Id: structuretags.pm,v 1.314 2005/11/03 22:10:23 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -805,7 +805,7 @@
 	$result.=&Apache::response::meta_response_order();
     } elsif ($target eq 'edit') {
 	&Apache::lonxml::debug("in end_problem with $target, edit");
-	$result = &problem_edit_footer();
+	$result .= &problem_edit_footer();
     }
 
     if ($env{'request.state'} eq 'construct' && $target eq 'web') {