]> 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)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 7 Jun 2009 13:23:57 +0000 (15:23 +0200)
commitffe524db9af052b14f801725bf8b06317e678bd8
treeefa6db7146cea4528fd6f03f5d9b91d3edcf9f03
parent8a98fe7f566c77564d7c6965b59f8f54d5966b66
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.
Documentation/lilypond-blue.css
Documentation/lilypond-mccarty.css
lilypond-texi2html.init