From 104ae2b485e99811f53d719032174724f1afd1c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=CC=88=20Bijl?= Date: Fri, 7 Mar 2025 21:03:31 +0100 Subject: [PATCH] feat: add `lang`-attribute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `lang`-attribute tells users and computers alike what language the page is in. It seems the language for this project at the moment is English, so that’s what I used as value. --- brain/views/parts/top.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brain/views/parts/top.php b/brain/views/parts/top.php index 48cdb42..8e1aed2 100644 --- a/brain/views/parts/top.php +++ b/brain/views/parts/top.php @@ -1,5 +1,5 @@ - + -- 2.39.5