From a213cf7ae044adfcdba1482b47e78a0fc9760643 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Wed, 17 Sep 2008 21:54:09 +0300 Subject: [PATCH] Docs: Don't print out the "Generated by texi2html..." line in the docs --- lilypond-texi2html.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index df50fe24c7..4b39eb4576 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -656,7 +656,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 $fh "\n\n"; print $fh "\n\n\n"; -- 2.39.5