]> git.donarmstrong.com Git - lilypond.git/commit
texi2html: Use only one <pre class="example"> for @example -> valid HTML now
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 7 Jun 2009 12:40:31 +0000 (14:40 +0200)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 09:42:35 +0000 (02:42 -0700)
commit8574d4349026c4ac5a15a27c50e264bf548e29fb
treefaf2898b998b2db6bdc0110afd4c1d61cad30abc
parentb0e06a189c7ee63f5620f59765541992da3ffdfd
texi2html: Use only one <pre class="example"> for @example -> valid HTML now

The @example environment should not create
   <pre class="example"><pre class="example">...</pre></pre>
which is invalid HTML, but rather only one <pre> tag. texi2html creates
the correct pre tag automatically from the env name, so remove it from
the settings.
Also adjust the css to get the correct margins/padding like before.

Now, the lilypond-big-file has only 3 HTML errors left instead of ~300.
(cherry picked from commit c55f7c4cd738e7123ae55649920fac39d0e9e9d6)
Documentation/lilypond-blue.css
Documentation/lilypond-mccarty.css
lilypond-texi2html.init