mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 04:42:14 +09:00
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:
parent
c49ffc2eda
commit
702e92b9bf
1 changed files with 2 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue