rtomayko / ronn

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

Invalid UTF-8 meta tag #81

Open Quintus opened 10 years ago

Quintus commented 10 years ago

Hi there,

ronn generates an invalid <meta> tag on specifying the charset. Currently, the <meta> tag looks like this:

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

The value should read content:

<meta http-equiv='content-type' content='text/html;charset=utf-8'>

Vale, Quintus

chelmertz commented 9 years ago

Easier yet: <meta charset='utf-8'>

apjanke commented 5 years ago

Heya! If you're still interested in this, I've forked Ronn as Ronn-NG and there's a fix for this at https://github.com/apjanke/ronn-ng/commit/d645829cd4156e555789999eb5da7561f8753c07.