From 8a98fe7f566c77564d7c6965b59f8f54d5966b66 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!!!) --- 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