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 a31a040abd8dc75c88bb38dc9836924b45dbc49b
parent 92dc48b8828754799629f189419b9b0c6e871327
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">