Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta utf8 in html is bad #62

Closed
pastjean opened this issue Mar 5, 2012 · 2 comments
Closed

meta utf8 in html is bad #62

pastjean opened this issue Mar 5, 2012 · 2 comments

Comments

@pastjean
Copy link

pastjean commented Mar 5, 2012

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

@gandaro
Copy link

gandaro commented Mar 5, 2012

Please have a look at #60, I have already fixed that on my fork.

@pastjean
Copy link
Author

pastjean commented Mar 5, 2012

ok ! thank you! I was only looking for "utf8" in issues and pull resquest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants