rtomayko / ronn

the opposite of roff
http://rtomayko.github.com/ronn/
Other
1.36k stars 84 forks source link

meta utf8 in html is bad #62

Closed pastjean closed 12 years ago

pastjean commented 12 years ago

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 commented 12 years ago

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

pastjean commented 12 years ago

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