vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 42acb2ebb601bf74246d91842c285f8a375120d9
parent 3181e4e96e9e952b92b79ed07653fe6b6a46c322
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:
Msrc/static/templates/admin/base.hbs | 2+-
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">