]> git.donarmstrong.com Git - lilypond.git/blobdiff - lilypond-texi2html.init
Merge branch 'master' into lilypond/translation
[lilypond.git] / lilypond-texi2html.init
index 4e33ce43826461da048de62236e9b633cb19f012..8cb5392d3f308c655f47a5388189674791ebb78e 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 # -*- coding: utf-8; -*-
 
-### texi2html customization script for Lilypond
+### texi2html customization script for LilyPond
 ### Author: Reinhold Kainhofer <reinhold@kainhofer.com>, 2008.
 ###         Some code parts copied from texi2html and adapted. These functions
 ###         were written mainly by Patrice Dumas
@@ -135,8 +135,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',
  };