Use <meta charset="UTF-8"> instead of http-equiv.

This commit is contained in:
Dianne Skoll
2023-10-15 11:25:06 -04:00
parent 39e3657539
commit e59fc36458

View File

@@ -236,7 +236,7 @@ sub start_output
print("<html>\n<head>\n");
if ($Options{utf8}) {
print '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">' . "\n";
print '<meta charset="UTF-8">' . "\n";
}
print("<title>" . $Options{title} . "</title>\n");