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

albertel lon-capa-cvs-allow@mail.lon-capa.org
Fri, 22 Jun 2007 20:42:21 -0000


albertel		Fri Jun 22 16:42:21 2007 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  - BUG#3585, need to include the endminipage if started
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.381 loncom/homework/structuretags.pm:1.382
--- loncom/homework/structuretags.pm:1.381	Thu Jun 21 20:57:38 2007
+++ loncom/homework/structuretags.pm	Fri Jun 22 16:42:20 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.381 2007/06/22 00:57:38 albertel Exp $
+# $Id: structuretags.pm,v 1.382 2007/06/22 20:42:20 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -937,7 +937,7 @@
 		    if (not $env{'request.symb'} =~ m/\.page_/) {
 			$result .= $endminipage.'\end{document} ';
 		    } else {
-			$result .= '';
+			$result .= $endminipage;
 		    }
 		}
 	    }