diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2024-05-13 22:04:01 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2024-05-13 22:31:42 +0200 |
commit | 4be89075c5bb5793f8c79da8f8df1accc1f0168f (patch) | |
tree | 6407385f4d4827651a10a495f829a6bfa0109f3a /template | |
parent | 10eb77f9323110c55f88195c5b8207eb524baa73 (diff) |
fix encodings in headers and file paths
Diffstat (limited to 'template')
-rw-r--r-- | template/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/head.html b/template/head.html index d77eb49..51d0192 100644 --- a/template/head.html +++ b/template/head.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <html lang="en"> -<meta charset=utf-8"> +<meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Vault</title> <head> |