--- loncom/xml/lontexconvert.pm 2006/10/24 01:28:47 1.80
+++ loncom/xml/lontexconvert.pm 2006/11/09 21:31:54 1.81
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# TeX Conversion Module
#
-# $Id: lontexconvert.pm,v 1.80 2006/10/24 01:28:47 albertel Exp $
+# $Id: lontexconvert.pm,v 1.81 2006/11/09 21:31:54 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -200,7 +200,8 @@ sub jsMath_converted {
sub jsMath_process {
my $state = pop(@jsMath_sent_header);
return '' if !$state;
- return '';
+ return "\n".
+ ''."\n";
}
}