mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Use <meta charset="UTF-8"> instead of http-equiv.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user