Typos.
This commit is contained in:
parent
2e9154d647
commit
f83524b253
@ -168,7 +168,7 @@ sub deliver {
|
|||||||
encoding => 'base64' });
|
encoding => 'base64' });
|
||||||
} elsif($message -> {"format"} eq "html") {
|
} elsif($message -> {"format"} eq "html") {
|
||||||
my $html_body = Encode::encode("iso-8859-1", $message -> {"body"});
|
my $html_body = Encode::encode("iso-8859-1", $message -> {"body"});
|
||||||
my $text_body = Encode::encode("iso-8859-1", $self -> {"template"} -> html_to_markdown(Encode::encode_utf8($html), [], {"image" => "email/md_image.tem",
|
my $text_body = Encode::encode("iso-8859-1", $self -> {"template"} -> html_to_markdown(Encode::encode_utf8($html_body), [], {"image" => "email/md_image.tem",
|
||||||
"images" => "email/md_images.tem",
|
"images" => "email/md_images.tem",
|
||||||
"markdown" => "email/markdown.tem"}));
|
"markdown" => "email/markdown.tem"}));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user