From cdf0522ec2b944ce0b6aac5d6baa49c96930d660 Mon Sep 17 00:00:00 2001 From: Leo-Andres Hofmann Date: Sun, 24 Apr 2022 12:43:16 +0200 Subject: [PATCH] HTML: Add language attribute MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This attribute is recommended by W3C, because it is used by screen readers to provide the correct pronunciation. Signed-off-by: Leo-Andres Hofmann Reviewed-by: Peter Müller --- html/html/themes/ipfire/include/functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index f2b8e99257..f90cd5feaf 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -110,7 +110,7 @@ sub openpage { print < - + $headline - $title -- 2.47.3