svn commit: r771137 - /ofbiz/trunk/themes/bizznesstime/includes/header.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r771137 - /ofbiz/trunk/themes/bizznesstime/includes/header.ftl

adrianc
Author: adrianc
Date: Sun May  3 22:47:12 2009
New Revision: 771137

URL: http://svn.apache.org/viewvc?rev=771137&view=rev
Log:
Some small markup fixes in the new theme.

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=771137&r1=771136&r2=771137&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/includes/header.ftl (original)
+++ ofbiz/trunk/themes/bizznesstime/includes/header.ftl Sun May  3 22:47:12 2009
@@ -23,8 +23,7 @@
 <#if "ar.iw"?contains(docLangAttr?substring(0, 2))>
     <#assign langDir = "rtl">
 </#if>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${docLangAttr}" lang="${docLangAttr}" dir="${langDir}">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${docLangAttr}" dir="${langDir}">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <meta http-equiv="Content-Language" content="en" />