--- loncom/interface/lonhelp.pm 2006/09/02 20:48:58 1.33 +++ loncom/interface/lonhelp.pm 2006/12/01 21:47:25 1.34 @@ -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 @@ sub render { # just duck the issue... $tex =~ s/Figure 0://g; - $tex.=$Apache::lontexconvert::errorstring; + $tex.=$Apache::lontexconvert::errorstring; untie %fragmentLabels; return $tex;