fixed the charset on the html version of the message, overlooked this in the last commit, now uses utf-8 in the meta tag
This commit is contained in:
parent
5eebb373e5
commit
94e0c3c970
|
@ -22,7 +22,7 @@ Content-Transfer-Encoding: 8bit
|
|||
<html>
|
||||
<head>
|
||||
<title>Friendika Nachricht</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<table style="border:1px solid #ccc">
|
||||
|
|
|
@ -21,7 +21,7 @@ Content-Transfer-Encoding: 8bit
|
|||
<html>
|
||||
<head>
|
||||
<title>Friendika Message</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<table style="border:1px solid #ccc">
|
||||
|
|
|
@ -21,7 +21,7 @@ Content-Transfer-Encoding: 8bit
|
|||
<html>
|
||||
<head>
|
||||
<title>Friendika Message</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<table style="border:1px solid #ccc">
|
||||
|
|
|
@ -21,7 +21,7 @@ Content-Transfer-Encoding: 8bit
|
|||
<html>
|
||||
<head>
|
||||
<title>Friendika Messsaggio</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<table style="border:1px solid #ccc">
|
||||
|
|
Loading…
Reference in New Issue
Block a user