]> git.donarmstrong.com Git - lilypond.git/commitdiff
texi2html: The <body> tag now also contains some attributes
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 24 Mar 2008 19:09:34 +0000 (20:09 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 24 Mar 2008 21:18:32 +0000 (22:18 +0100)
TODO: Make sure the attributes are preserved (in particular,
the language of the file)

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
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;?'),