Move lang to root html element (Fixes #6409)

This commit is contained in:
Will Rossiter 2016-12-21 14:11:02 +13:00 committed by Christopher Joe
parent 521a8217b9
commit 2a7c0138f5

View File

@ -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 %>