[LON-CAPA-cvs] cvs: loncom /xml lontex.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 20 Apr 2006 02:06:36 -0000
albertel Wed Apr 19 22:06:36 2006 EDT
Modified files:
/loncom/xml lontex.pm
Log:
- end_page
Index: loncom/xml/lontex.pm
diff -u loncom/xml/lontex.pm:1.10 loncom/xml/lontex.pm:1.11
--- loncom/xml/lontex.pm:1.10 Mon Apr 10 18:30:11 2006
+++ loncom/xml/lontex.pm Wed Apr 19 22:06:35 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# TeX Content Handler
#
-# $Id: lontex.pm,v 1.10 2006/04/10 22:30:11 albertel Exp $
+# $Id: lontex.pm,v 1.11 2006/04/20 02:06:35 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -61,7 +61,7 @@
$Apache::lonxml::errorstring);
}
# -------------------------------------------------------------------- End Body
- $xmlstring.=&Apache::lonxml::xmlend();
+ $xmlstring.=&Apache::loncommon::end_page({'discussion' => 1});
return $xmlstring;
}