From: Graham Percival Date: Sun, 23 Aug 2009 00:35:43 +0000 (+0100) Subject: Web build: sane names for English html. X-Git-Tag: release/2.13.4-1~156 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7037e543a019a2e572a5b0c2b7a9b4e124df8870;p=lilypond.git Web build: sane names for English html. --- 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;