commit d122c10573f9533bda18d0b8783d7b9d13ffec50
parent 072f2e24c206ebdaafacb17159fb8d73967eec3d
Author: Rychart Redwerkz <redwerkz@users.noreply.github.com>
Date: Tue, 10 Jan 2023 00:24:37 +0100
Use more modern meta tag for charset encoding
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+ <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex,nofollow" />
<link rel="icon" type="image/png" href="{{urlpath}}/vw_static/vaultwarden-favicon.png">