You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2014/09/28 00:38:02 UTC

svn commit: r1628015 - /ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl

Author: apatel
Date: Sat Sep 27 22:38:02 2014
New Revision: 1628015

URL: http://svn.apache.org/r1628015
Log:
[OFBIZ-3719] Reverting DOCTYPE hardcoding from cmsevents. Giving control back to the template.

Modified:
    ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl

Modified: ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl?rev=1628015&r1=1628014&r2=1628015&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl (original)
+++ ofbiz/trunk/specialpurpose/cmssite/template/cms/HtmlHead.ftl Sat Sep 27 22:38:02 2014
@@ -16,6 +16,7 @@ KIND, either express or implied.  See th
 specific language governing permissions and limitations
 under the License.
 -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 
 <#if locale??>