mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 09:51:16 -04:00
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:
parent
5e5ead45c7
commit
39b09b3540
2 changed files with 5 additions and 2 deletions
3
changelog/22153.txt
Normal file
3
changelog/22153.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
ui: correct doctype for index.html
|
||||
```
|
||||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue