]> git.donarmstrong.com Git - lilypond.git/blobdiff - lilypond-texi2html.init
texi2html: Use only one <pre class="example"> for @example -> valid HTML now
[lilypond.git] / lilypond-texi2html.init
index a25f61847b1c5aa2755059297363010ae5f66e3e..8439436dbed81e9df5e2e7f9f8040f3dfd94a365 100644 (file)
@@ -132,8 +132,8 @@ $Texi2HTML::Config::paragraph          = \&makeinfo_like_paragraph;
 
 # Examples should be formatted similar to quotes:
 $Texi2HTML::Config::complex_format_map->{'example'} = {
-  'begin' => q{"<blockquote><pre class=\"example\">"},
-  'end' => q{"</pre></blockquote>\n"},
+  'begin' => q{"<blockquote>"},
+  'end' => q{"</blockquote>\n"},
   'style' => 'code',
  };