[LON-CAPA-cvs] cvs: doc /help texxml2indextex.pl

bowersj2 lon-capa-cvs@mail.lon-capa.org
Fri, 20 Jun 2003 21:10:52 -0000


bowersj2		Fri Jun 20 17:10:52 2003 EDT

  Modified files:              
    /doc/help	texxml2indextex.pl 
  Log:
  Seems to fix bug 1649.
  
  It seems that for a given Apache child, the first run of tth would blow 
  up and spit out an error message, but not kill the child. The second run 
  would then totally kill tth (it output nothing at all, not even an error 
  message, let alone the HTML-ified tex), and only then would the server 
  die.
  
  
Index: doc/help/texxml2indextex.pl
diff -u doc/help/texxml2indextex.pl:1.2 doc/help/texxml2indextex.pl:1.3
--- doc/help/texxml2indextex.pl:1.2	Fri Aug  9 10:48:31 2002
+++ doc/help/texxml2indextex.pl	Fri Jun 20 17:10:52 2003
@@ -106,4 +106,3 @@
     }
 }
 
-print "\n\n\\end{document}\n\n";