From 5ca147cf6a656333ba04430802b6b10b49303129 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Tue, 22 Jul 2008 16:11:11 +0200 Subject: [PATCH] texi2html: Oops, missed to change this variable name to its new name! --- lilypond-texi2html.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index 77adfaea82..e743d6f551 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -133,7 +133,7 @@ sub texinfo_file_name($) } # 7: if name does not begin with a letter, prepend 't_g' (so it starts with a letter) if ($result !~ /^[a-zA-Z]/) { - $result = 't_g' . $str; + $result = 't_g' . $result; } # DONE return $result @@ -242,7 +242,7 @@ sub split_at_numbered_sections($$$) } return $filename; - } elsif ($type eq "top" or $type eq "toc" or $type eq "stoc" or $type eq "foot" or $type eq "about") { + } elsif ($type eq "top" or $type eq "toc" or $type eq "doc" or $type eq "stoc" or $type eq "foot" or $type eq "about") { # TOC, footer, about etc. are called with undefined $element and $type == "toc"|"stoc"|"foot"|"about" return; } else { -- 2.39.5