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

Invalid UTF-8 meta tag #81

Open
Quintus opened this issue Feb 2, 2014 · 2 comments
Open

Invalid UTF-8 meta tag #81

Quintus opened this issue Feb 2, 2014 · 2 comments

Comments

@Quintus
Copy link

Quintus commented Feb 2, 2014

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
Copy link

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

@apjanke
Copy link

apjanke commented Dec 23, 2018

Heya! If you're still interested in this, I've forked Ronn as Ronn-NG and there's a fix for this at apjanke/ronn-ng@d645829.

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

3 participants