mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Merge branch 'develop' of github.com:xpressengine/xe-core into develop
This commit is contained in:
commit
db179d64ee
2 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue