mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
HTML: Add language attribute
This attribute is recommended by W3C, because it is used by screen readers to provide the correct pronunciation. Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
7b5f057a48
commit
cdf0522ec2
@@ -110,7 +110,7 @@ sub openpage {
|
||||
|
||||
print <<END;
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="$language">
|
||||
<head>
|
||||
<title>$headline - $title</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
|
||||
Reference in New Issue
Block a user