From: Reinhold Kainhofer Date: Mon, 7 Jul 2008 15:09:48 +0000 (+0200) Subject: Fix compilation X-Git-Tag: release/2.11.58-1~32^2~131 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1a2a947cbf715a6db1c03bf4d405338cea07607b;p=lilypond.git Fix compilation --- 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;