You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2013/05/28 11:21:36 UTC

svn commit: r1486831 - /ofbiz/trunk/framework/widget/templates/htmlScreenMacroLibrary.ftl

Author: adrianc
Date: Tue May 28 09:21:36 2013
New Revision: 1486831

URL: http://svn.apache.org/r1486831
Log:
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>