]> git.donarmstrong.com Git - lilypond.git/commit
Web and doc build: fix IE rendering
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 23 Aug 2009 07:34:29 +0000 (00:34 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 23 Aug 2009 08:42:17 +0000 (01:42 -0700)
commit0baad2e97267b0d45199283a0f750216c835a667
treec59b974a4abf35d75c7dbadb362b489a116f6431
parenta2c5459e0ee967add02d425aafe33c6cdae06bf5
Web and doc build: fix IE rendering

If *any* markup is found before the DOCTYPE tag, all versions of IE will
fall into a type of severe "quirks" mode.  It's not pretty.

Thus, we will only add <!-- header_tag --> to pages without DOCTYPE tags
(primarily those not generated by texi2html).

This fixes IE 7 and 8 for the new website and the documentation.
python/auxiliar/postprocess_html.py