Closed pastjean closed 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
Please have a look at #60, I have already fixed that on my fork.
ok ! thank you! I was only looking for "utf8" in issues and pull resquest
In the generated documents the header contains:
it should be:
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