diff options
author | Rychart Redwerkz <[email protected]> | 2023-01-10 00:24:37 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-10 00:24:37 +0100 |
commit | dfa629ecc7dc7bd1b9a825f701aa4267ced85d4d (patch) | |
tree | 5bdeaa8c6b471e063366b5877773e79ea11679db /src/static | |
parent | 367e1ce289cea6a3251b7350a6707c700bd8a544 (diff) | |
download | vaultwarden-dfa629ecc7dc7bd1b9a825f701aa4267ced85d4d.tar.gz vaultwarden-dfa629ecc7dc7bd1b9a825f701aa4267ced85d4d.zip |
Use more modern meta tag for charset encoding
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/templates/admin/base.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs index e296b114..2fe1ee54 100644 --- 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"> |