﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12650	Some contrib apps depend on the i18n context processor to output valid XHTML	Rob Hudson	Ramiro Morales	"Specifically, the `contrib.admin` and `contrib.databrowse` expect the context of `LANGUAGE_CODE` to exist when outputting the `<html>` tag.  Without these, the values for the `lang` attributes end up empty which is invalid XHTML.  If someone disables i18n, would it be safe to assume `en-us` and convert those to: `lang=""{{ LANGUAGE_CODE|default:""en-us"" }}""`?"		closed	Contrib apps	1.1		fixed			Accepted	1	0	0	0	0	0
