Merge pull request #1458 from misol/language-code-RFC5646

일본어 언어코드를 HTML 상에서 표준에 맞추는 PR 입니다.
This commit is contained in:
bnu 2015-07-06 09:11:04 +09:00
commit 92594e28fe
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
$js_files=Context::getJsFile();
}
<!DOCTYPE html>
<html lang="{$lang_type}">
<html lang="{str_replace('jp','ja',$lang_type)}">
<head>
<!-- META -->
<meta charset="utf-8">

View file

@ -5,7 +5,7 @@
$js_files=Context::getJsFile();
}
<!DOCTYPE html>
<html lang="{$lang_type}" class="xe-mobilelayout">
<html lang="{str_replace('jp','ja',$lang_type)}" class="xe-mobilelayout">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />