mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00: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:
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" />
|
||||
|
||||
Reference in New Issue
Block a user