[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /xml lontexconvert.pm
raeburn
raeburn at source.lon-capa.org
Sat Sep 21 22:04:32 EDT 2013
raeburn Sun Sep 22 02:04:32 2013 EDT
Modified files: (Branch: version_2_11_X)
/loncom/xml lontexconvert.pm
Log:
- For 2.11
- Backport 1.113
Index: loncom/xml/lontexconvert.pm
diff -u loncom/xml/lontexconvert.pm:1.112.2.2 loncom/xml/lontexconvert.pm:1.112.2.3
--- loncom/xml/lontexconvert.pm:1.112.2.2 Fri May 25 16:42:28 2012
+++ loncom/xml/lontexconvert.pm Sun Sep 22 02:04:31 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# TeX Conversion Module
#
-# $Id: lontexconvert.pm,v 1.112.2.2 2012/05/25 16:42:28 raeburn Exp $
+# $Id: lontexconvert.pm,v 1.112.2.3 2013/09/22 02:04:31 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -484,7 +484,7 @@
foreach my $fragment (split(/(?:\<\;|\<)\/*algebra\s*(?:\>\;|\>)/i,
$message)) {
if ($tex) {
- my $algebra = &algebra($fragment, 'web', undef, undef, undef, undef, 'tth');
+ my $algebra = &algebra($fragment, 'web', undef, undef, undef, 'tth');
if ($email) {
$outmessage.='</pre><tt>'.$algebra.'</tt><pre>';
$tex=0;
More information about the LON-CAPA-cvs
mailing list