Add UTF-8 encoding metatag to message pages
This commit is contained in:
parent
c888f484a0
commit
030f237972
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>"%(subject)s" from %(from)s (%(date)s) - %(title)s</title>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue