fix: set simplified chinese lang on layouts #353

Open
dtwdtw wants to merge 1 commits from dtwdtw/forgeplus:fix/issue-3880-html-lang into master
6 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="zh-Hans-CN">
<head>
<title>ForgePlus后台管理</title>
<meta charset="utf-8">

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="zh-Hans-CN">
<head>
<title>EduCoder</title>
<meta charset="utf-8">

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="zh-Hans-CN">
<head>
<title><%= current_laboratory.laboratory_setting&.name || 'GitLink' %>-后台管理</title>
<meta charset="utf-8">

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="zh-Hans-CN">
<head>
<title>GitLink oauth2 认证</title>
@ -138,4 +138,4 @@
</div>
</body>
</html>
</html>

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="zh-Hans-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>

View File

@ -1,4 +1,4 @@
<html>
<html lang="zh-Hans-CN">
<head>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>