mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Move lang to root html element (Fixes #6409)
This commit is contained in:
parent
521a8217b9
commit
2a7c0138f5
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="$Locale.RFC1766">
|
||||
<head>
|
||||
<% base_tag %>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=720, maximum-scale=1.0" />
|
||||
<title>$Title</title>
|
||||
</head>
|
||||
<body class="loading cms" lang="$Locale.RFC1766" data-frameworkpath="$ModulePath(framework)"
|
||||
<body class="loading cms"data-frameworkpath="$ModulePath(framework)"
|
||||
data-member-tempid="$CurrentMember.TempIDHash.ATT"
|
||||
>
|
||||
<% include SilverStripe\\Admin\\CMSLoadingScreen %>
|
||||
|
Loading…
Reference in New Issue
Block a user