From: Patrick McCarty Date: Sun, 23 Aug 2009 05:31:43 +0000 (-0700) Subject: Web: Fix HTML validation X-Git-Tag: release/2.13.4-1~159 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=82272ae33cfc1b9d947d9f53d0788a8ef56b5c69;p=lilypond.git Web: Fix HTML validation This fixes rendering for all browsers, but especially IE7 and 8. --- 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);