Skip to content

meta utf8 in html is bad #62

@pastjean

Description

@pastjean

In the generated documents the header contains:

<meta http-equiv='content-type' value='text/html;charset=utf8'>

it should be:

<meta http-equiv='content-type' content='text/html;charset=utf8'>
# content vs value

This makes browser generate bad characters for the extended characters like "é è à ..."

This bug is not present when ronn is ran in server mode "-S" option

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