Skip to content

Incorrectly adds a header that is visible by the recipient #13

@Krapopabo

Description

@Krapopabo

Hi,

When using HtmlSourceEditor, editing the email and saving, this one adds automatically the following before the body tag:

<head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>

I know the role of this meta tag but when the message is displayed on the recipient computer, the meta tag is displayed in the message. i.e. the following in HtmlSourceEditor:

<html>
<head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
    <p>Hello, world!</p>
</body>
</html>

Is displayed on the recipient computer as:

<meta http-equiv="content-type" content="text/html; charset=UTF-8">

 
Hello, world!

Not very sexy... ;-D

Best Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions