From: Reinhold Kainhofer Date: Mon, 24 Mar 2008 19:09:34 +0000 (+0100) Subject: texi2html: The tag now also contains some attributes X-Git-Tag: release/2.11.58-1~32^2~188 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4b83959939a2c4ad3a44322d1e27a27e7c5a91d8;p=lilypond.git texi2html: The tag now also contains some attributes TODO: Make sure the attributes are preserved (in particular, the language of the file) Signed-off-by: Reinhold Kainhofer --- diff --git a/buildscripts/langdefs.py b/buildscripts/langdefs.py index 4c9a0a7d8b..13415d0e47 100644 --- a/buildscripts/langdefs.py +++ b/buildscripts/langdefs.py @@ -34,7 +34,7 @@ class LanguageDef: site = LanguageDef ('en', 'English', webext='') -html_page_body = re.compile ('', re.M | re.I) +html_page_body = re.compile ('', re.M | re.I) french_html_typo_rules = ((' :', ' :'), (' ;', ' ;'), (' ?', ' ?'),