]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/langdefs.py
texi2html: The <body> tag now also contains some attributes
[lilypond.git] / buildscripts / langdefs.py
index 4c9a0a7d8b61dffc980275254756b34ce03713e4..13415d0e47cb3f742841a5a2e3d75a2a9307474d 100644 (file)
@@ -34,7 +34,7 @@ class LanguageDef:
 
 site = LanguageDef ('en', 'English', webext='')
 
-html_page_body = re.compile ('</?body>', re.M | re.I)
+html_page_body = re.compile ('</?body.*>', re.M | re.I)
 french_html_typo_rules = ((' :', '&nbsp;:'),
                           (' ;', '&nbsp;;'),
                           (' ?', '&thinsp;?'),