Correct doctype (#22153)

* Correct doctype

This is not a valid doctype, the 'lang' belongs to the html element.

* Create 22153.txt

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
This commit is contained in:
korhojoa
2023-08-15 22:00:29 +03:00
committed by GitHub
parent 5e5ead45c7
commit 39b09b3540
2 changed files with 5 additions and 2 deletions

3
changelog/22153.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
ui: correct doctype for index.html
```

View File

@@ -1,10 +1,10 @@
<!DOCTYPE html lang="en">
<!DOCTYPE html>
<!--
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
-->
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="cache-control" content="no-store" />