[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 02 May 2003 19:57:01 -0000


albertel		Fri May  2 15:57:01 2003 EDT

  Modified files:              
    /loncom/xml	lonxml.pm 
  Log:
  - typo
  
  
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.249 loncom/xml/lonxml.pm:1.250
--- loncom/xml/lonxml.pm:1.249	Thu May  1 11:49:26 2003
+++ loncom/xml/lonxml.pm	Fri May  2 15:57:01 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # XML Parser Module 
 #
-# $Id: lonxml.pm,v 1.249 2003/05/01 15:49:26 albertel Exp $
+# $Id: lonxml.pm,v 1.250 2003/05/02 19:57:01 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -561,7 +561,7 @@
       }
       if (($token->[0] eq 'T') || ($token->[0] eq 'C') || ($token->[0] eq 'D') ) {
 	  #Style file definitions should be correct
-	  if ($target eq 'tex' && ($Apache::lonxml::usestyle) {
+	  if ($target eq 'tex' && ($Apache::lonxml::usestyle)) {
 	      $result=&latex_special_symbols($result,$stack,$parstack);
 	  }
       }