From: Reinhold Kainhofer Date: Sun, 7 Jun 2009 11:47:54 +0000 (+0200) Subject: Use HTML tags, not XHTML tags like
(HTML validator complains!!!) X-Git-Tag: release/2.12.3-1~91 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b0e06a189c7ee63f5620f59765541992da3ffdfd;p=lilypond.git Use HTML tags, not XHTML tags like
(HTML validator complains!!!) (cherry picked from commit c35a7ac72befb02a8e395082efbf697759b171ec) --- diff --git a/python/auxiliar/postprocess_html.py b/python/auxiliar/postprocess_html.py index 0da36236f5..15fcbbec10 100644 --- a/python/auxiliar/postprocess_html.py +++ b/python/auxiliar/postprocess_html.py @@ -63,7 +63,7 @@ browser_language_url = "/web/about/browser-language" LANGUAGES_TEMPLATE = '''

%(language_available)s -
+
%(browser_language)s

'''