]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/langdefs.py
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / python / langdefs.py
index d3b6a0872df7cbef8a94a25e957ebe2b9bb2501c..37159c519854bbfad079017f4f45ad16fed0bae2 100644 (file)
@@ -44,7 +44,7 @@ french_html_typo_rules = ((' :', ' :'),
                           (' !', '<font size="-4">&nbsp;</font>!'))
 
 def french_html_filter (page):
-    m = html_page_body_re.search (page)
+    m = html_body_re.search (page)
     if m:
         body_begin = m.end ()
     else: