API CHANGE Switching doctype to HTML5 in CMS templates

This commit is contained in:
Ingo Schommer 2011-03-31 22:20:31 +13:00
parent bdd81e5d00
commit 982b9bda99

View File

@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-language" content="$i18nLocale" />