From 7037e543a019a2e572a5b0c2b7a9b4e124df8870 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 23 Aug 2009 01:35:43 +0100 Subject: [PATCH] Web build: sane names for English html. --- Documentation/web-texi2html.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/web-texi2html.init b/Documentation/web-texi2html.init index f879adc980..881cac51a5 100644 --- a/Documentation/web-texi2html.init +++ b/Documentation/web-texi2html.init @@ -124,9 +124,9 @@ $Texi2HTML::Config::SEPARATED_FOOTNOTES = 0; # Print footnotes on same page, not # FIXME: creates duplicate anchors, which causes Opera to barf; # should be fixed in lilypond-texi2html.init too # Uhm, what about a bug report to Opera? We need sane names here. -if ($Texi2HTML::Config::SPLIT eq 'section') { +#if ($Texi2HTML::Config::SPLIT eq 'section') { $Texi2HTML::Config::element_file_name = \&lilypond_element_file_name; -} +#} $Texi2HTML::Config::element_target_name = \&lilypond_element_target_name; $default_print_element_header = $Texi2HTML::Config::print_element_header; $Texi2HTML::Config::print_element_header = \&lilypond_print_element_header; -- 2.39.5