commit c36b870c54986ae8015d9e9be84b8ca42a565eb2
parent c7489c9fdf08878c71f9dfd5263abc9e8e43056e
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">