[OFBiz] SVN: r4859 - trunk/framework/common/webcommon/includes
jonesde at svn.ofbiz.org
jonesde at svn.ofbiz.org
Tue Apr 19 09:31:32 EDT 2005
Author: jonesde
Date: 2005-04-19 08:31:29 -0500 (Tue, 19 Apr 2005)
New Revision: 4859
Modified:
trunk/framework/common/webcommon/includes/header.ftl
Log:
Change to push toward XHTML 1.0, at least transitional for now
Modified: trunk/framework/common/webcommon/includes/header.ftl
===================================================================
--- trunk/framework/common/webcommon/includes/header.ftl 2005-04-19 10:36:48 UTC (rev 4858)
+++ trunk/framework/common/webcommon/includes/header.ftl 2005-04-19 13:31:29 UTC (rev 4859)
@@ -1,4 +1,4 @@
-<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org -->
<#--
* Copyright (c) 2001-2005 The Open For Business Project - www.ofbiz.org
@@ -34,7 +34,7 @@
<#if (requestAttributes.person)?exists><#assign person = requestAttributes.person></#if>
<#if (requestAttributes.partyGroup)?exists><#assign partyGroup = requestAttributes.partyGroup></#if>
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>${layoutSettings.companyName}: <#if (page.titleProperty)?has_content>${uiLabelMap[page.titleProperty]}<#else>${(page.title)?if_exists}</#if></title>
More information about the Svn
mailing list