[LON-CAPA-cvs] cvs: loncom /interface lonhelp.pm

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 01 Dec 2006 21:47:25 -0000


albertel		Fri Dec  1 16:47:25 2006 EDT

  Modified files:              
    /loncom/interface	lonhelp.pm 
  Log:
  - tabination
  
  
Index: loncom/interface/lonhelp.pm
diff -u loncom/interface/lonhelp.pm:1.33 loncom/interface/lonhelp.pm:1.34
--- loncom/interface/lonhelp.pm:1.33	Sat Sep  2 16:48:58 2006
+++ loncom/interface/lonhelp.pm	Fri Dec  1 16:47:25 2006
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonhelp.pm,v 1.33 2006/09/02 20:48:58 albertel Exp $
+# $Id: lonhelp.pm,v 1.34 2006/12/01 21:47:25 albertel Exp $
 #
 # .tex help system web server handler
 #
@@ -152,7 +152,7 @@
     # just duck the issue...
 
     $tex =~ s/Figure 0://g;
-	     $tex.=$Apache::lontexconvert::errorstring;
+    $tex.=$Apache::lontexconvert::errorstring;
     untie %fragmentLabels;
 
     return $tex;