From 82272ae33cfc1b9d947d9f53d0788a8ef56b5c69 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sat, 22 Aug 2009 22:31:43 -0700 Subject: [PATCH] Web: Fix HTML validation This fixes rendering for all browsers, but especially IE7 and 8. --- Documentation/web-texi2html.init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/web-texi2html.init b/Documentation/web-texi2html.init index 2bc6275b6d..f879adc980 100644 --- a/Documentation/web-texi2html.init +++ b/Documentation/web-texi2html.init @@ -880,6 +880,8 @@ sub print_lilypond_page_foot($) print $fh "\n"; } + # FIXME: This div and p#languages need to be in div#footer. + # Should we move this div to postprocess_html.py ? print $fh "
\n"; print $fh "

Validation

\n"; print $fh "

Thanks to webdev.nl"; @@ -889,7 +891,6 @@ sub print_lilypond_page_foot($) print $fh " alt=\"Valid HTML 4.01 Transitional\"\n"; print $fh " height=\"31\" width=\"88\">

\n"; print $fh "
"; - print $fh ""; # Print the TOC frame and reset the TOC: lilypond_print_toc_div ($fh, \@this_page_toc); -- 2.39.5