--- loncom/interface/lonhelp.pm 2006/07/18 21:55:24 1.32
+++ loncom/interface/lonhelp.pm 2007/04/17 15:45:03 1.35
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonhelp.pm,v 1.32 2006/07/18 21:55:24 albertel Exp $
+# $Id: lonhelp.pm,v 1.35 2007/04/17 15:45:03 www Exp $
#
# .tex help system web server handler
#
@@ -81,7 +81,7 @@ HEADER
my $uri = $r->uri;
$r->print(<
$bugs
@@ -123,10 +123,10 @@ sub render {
} else {
$label=~s/\.hlp$//;
}
- '\\begin{html}
' .
+ '">
' .
'\\end{html}'
|gxe;
@@ -135,7 +135,7 @@ sub render {
# Figures leftover without captions
$tex =~ s| \\includegraphics(\[[^]]*\])*\{([^}]*)\}
- | '\\begin{html}
\\end{html}'
|gxe;
@@ -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;