From 1a2a947cbf715a6db1c03bf4d405338cea07607b Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Mon, 7 Jul 2008 17:09:48 +0200 Subject: [PATCH] Fix compilation --- lilypond-texi2html.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index 64d42e8880..1bddcbd893 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -258,7 +258,7 @@ sub print_lilypond_page_foot($) { my $fh = shift; my $program_string = &$program_string(); - print $fh "

$program_string
$PRE_BODY_CLOSE

\n"; + print $fh "

$program_string
$PRE_BODY_CLOSE

\n"; # Print the TOC frame: my @lines = @this_page_toc; -- 2.39.5