mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02: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
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…
x
Reference in New Issue
Block a user