From b0e06a189c7ee63f5620f59765541992da3ffdfd Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 7 Jun 2009 13:47:54 +0200 Subject: [PATCH] Use HTML tags, not XHTML tags like
(HTML validator complains!!!) (cherry picked from commit c35a7ac72befb02a8e395082efbf697759b171ec) --- python/auxiliar/postprocess_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

''' -- 2.39.2