[LON-CAPA-cvs] cvs: loncom(version_0_6) /xml lonxml.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Wed, 19 Mar 2003 21:57:59 -0000
albertel Wed Mar 19 16:57:59 2003 EDT
Modified files: (Branch: version_0_6)
/loncom/xml lonxml.pm
Log:
- removing HTML coments from printouts
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.221.2.2 loncom/xml/lonxml.pm:1.221.2.3
--- loncom/xml/lonxml.pm:1.221.2.2 Mon Jan 13 17:20:35 2003
+++ loncom/xml/lonxml.pm Wed Mar 19 16:57:59 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.221.2.2 2003/01/13 22:20:35 albertel Exp $
+# $Id: lonxml.pm,v 1.221.2.3 2003/03/19 21:57:59 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -693,7 +693,8 @@
if ($metamode<1) {
my $text=$token->[1];
if ($token->[0] eq 'C' && $target eq 'tex') {
- $text = '%'.$text."\n";
+ $text = '';
+# $text = '%'.$text."\n";
}
$result.=$text;
}