Author: adrianc
Date: Tue May 28 09:21:36 2013
New Revision: 1486831
URL:
http://svn.apache.org/r1486831Log:
Updated the HTML DOCTYPE declaration - paving the way for HTML5.
Modified:
ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl
Modified: ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl?rev=1486831&r1=1486830&r2=1486831&view=diff==============================================================================
--- ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl (original)
+++ ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl Tue May 28 09:21:36 2013
@@ -18,7 +18,7 @@ under the License.
-->
<#macro renderScreenBegin>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
</#macro>
<#macro renderScreenEnd>