--- doc/help/texxml2latex.pl 2004/09/14 22:26:17 1.11 +++ doc/help/texxml2latex.pl 2005/03/16 21:31:27 1.12 @@ -76,7 +76,7 @@ while (my $token = $p->get_token()) if ($tag eq 'subsection') { my $title = $attr->{'name'}; - print "\\subsection{"&escape_latex($title)."}\n\n"; + print "\\subsection{".&escape_latex($title)."}\n\n"; } if ($tag eq 'subsubsection') {