Author: adrianc
Date: Mon May 4 15:01:10 2009
New Revision: 771326
URL:
http://svn.apache.org/viewvc?rev=771326&view=revLog:
Small fixup for my previous commit. It looked like an attribute was duplicated, after looking closer I can see it wasn't.
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=771326&r1=771325&r2=771326&view=diff==============================================================================
--- ofbiz/trunk/themes/bizznesstime/includes/header.ftl (original)
+++ ofbiz/trunk/themes/bizznesstime/includes/header.ftl Mon May 4 15:01:10 2009
@@ -23,7 +23,7 @@
<#if "ar.iw"?contains(docLangAttr?substring(0, 2))>
<#assign langDir = "rtl">
</#if>
-<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="${docLangAttr}" dir="${langDir}">
+<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" />