[auth] Set doctype for auth page (#4129)

Fixes https://github.com/openhab/openhab-webui/issues/2443.

See https://developer.mozilla.org/en-US/docs/Web/HTML/Quirks_Mode_and_Standards_Mode.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
This commit is contained in:
Florian Hotze 2024-03-10 09:59:38 +01:00 committed by GitHub
parent 094e4a6e04
commit 38b73bf989
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
<html>
<!DOCTYPE html>
<head>
<title>openHAB</title>
<meta charset="utf-8">