HTML5 xml:lang attribute removed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9239 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-20 09:39:29 +00:00
parent c49ffc2eda
commit 702e92b9bf

View file

@ -4,10 +4,11 @@
}
<!--@if($db_info->use_html5=='Y')-->
<!DOCTYPE html>
<html lang="{$lang_type}">
<!--@else-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--@end-->
<html lang="{$lang_type}" xml:lang="{$lang_type}" xmlns="http://www.w3.org/1999/xhtml">
<!--@end-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Generator" content="XpressEngine" />