--- loncom/xml/lonxml.pm 2016/08/09 23:49:16 1.531.2.21 +++ loncom/xml/lonxml.pm 2017/11/16 23:54:43 1.531.2.22.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.531.2.21 2016/08/09 23:49:16 raeburn Exp $ +# $Id: lonxml.pm,v 1.531.2.22.2.1 2017/11/16 23:54:43 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1735,11 +1735,11 @@ $initialize $xml_help -
+
$undo $htmlerror $deps_button $dragmath_button
-
+
@@ -2362,7 +2362,7 @@ sub register_insert { sub dump_insertlist { my ($ext) = @_; - open(XML,">/tmp/insertlist.xml.$ext"); + open(XML,">","/tmp/insertlist.xml.$ext"); print XML (""); my $i=0;