From 39b09b3540b5d507a7faf90bc4c8c21fef0ae45c Mon Sep 17 00:00:00 2001 From: korhojoa Date: Tue, 15 Aug 2023 22:00:29 +0300 Subject: [PATCH] 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 --- changelog/22153.txt | 3 +++ ui/app/index.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelog/22153.txt diff --git a/changelog/22153.txt b/changelog/22153.txt new file mode 100644 index 0000000000..4c51718dc7 --- /dev/null +++ b/changelog/22153.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: correct doctype for index.html +``` diff --git a/ui/app/index.html b/ui/app/index.html index c8204c06b7..a837b9332f 100644 --- a/ui/app/index.html +++ b/ui/app/index.html @@ -1,10 +1,10 @@ - + - +