]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web: Fix HTML validation
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 23 Aug 2009 05:31:43 +0000 (22:31 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 23 Aug 2009 05:37:11 +0000 (22:37 -0700)
This fixes rendering for all browsers, but especially IE7 and 8.

Documentation/web-texi2html.init

index 2bc6275b6d6bfcdd96c9f884c383445bae6f36a4..f879adc9804a9d7a4de7cb1f45e52152d6e8c59d 100644 (file)
@@ -880,6 +880,8 @@ sub print_lilypond_page_foot($)
   print $fh "</div>\n";
   }
 
+  # FIXME: This div and p#languages need to be in div#footer.
+  #        Should we move this div to postprocess_html.py ?
   print $fh "<div id=\"verifier_texinfo\">\n";
   print $fh "<h3>Validation</h3>\n";
   print $fh "<p>Thanks to <a href=\"http://www.webdev.nl/\">webdev.nl</a>";
@@ -889,7 +891,6 @@ sub print_lilypond_page_foot($)
   print $fh "     alt=\"Valid HTML 4.01 Transitional\"\n";
   print $fh "     height=\"31\" width=\"88\"></a></p>\n";
   print $fh "</div>";
-  print $fh "</div>";
 
   # Print the TOC frame and reset the TOC:
   lilypond_print_toc_div ($fh, \@this_page_toc);