mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-01 01:09:20 -04:00
We use UTF-8 everywhere. Fixes ticket #1285.
This commit is contained in:
@@ -61,7 +61,7 @@ class Password_Controller extends Controller {
|
||||
->to($user->email)
|
||||
->subject(t("Password Reset Request"))
|
||||
->header("Mime-Version", "1.0")
|
||||
->header("Content-type", "text/html; charset=iso-8859-1")
|
||||
->header("Content-type", "text/html; charset=UTF-8")
|
||||
->message($message->render())
|
||||
->send();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user