Author: jleroux
Date: Wed Dec 9 14:22:04 2015
New Revision: 1718864
URL:
http://svn.apache.org/viewvc?rev=1718864&view=revLog:
According to
http://www.w3.org/International/questions/qa-http-and-lang Content-Language should not be used, moreover why only "en"?
This is part of a work for "Improves HTTP header"
https://issues.apache.org/jira/browse/OFBIZ-6759This is a 1st step. I will check if all the other http-equiv metas of bizznesstime/includes/header.ftl are still recommended/useful and move/refactor/enhance/improve them as a basis for a new header FTL template to create in framework/image and to include it "where needed"
Modified:
ofbiz/trunk/themes/bizznesstime/includes/header.ftl
Modified: ofbiz/trunk/themes/bizznesstime/includes/header.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/includes/header.ftl?rev=1718864&r1=1718863&r2=1718864&view=diff==============================================================================
--- ofbiz/trunk/themes/bizznesstime/includes/header.ftl (original)
+++ ofbiz/trunk/themes/bizznesstime/includes/header.ftl Wed Dec 9 14:22:04 2015
@@ -26,7 +26,6 @@ under the License.
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="${docLangAttr}" lang="${docLangAttr}" dir="${langDir}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="pragma" content="no-cache" />