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

HTML5 validation error: Attribute charset not allowed on element meta at this point #261

Closed
kyrylkov opened this issue May 29, 2016 · 2 comments

Comments

@kyrylkov
Copy link
Contributor

kyrylkov commented May 29, 2016

Configuration

  • Operating system with version : Windows 10.0.10586
  • Node version : 6.2.0
  • Hexo version : 3.2.0
  • Hexo-cli version : 1.0.1
  • Tranquilpeak version : 1.7.1

Actual behavior

HTML5 validator error

Expected behavior

No error

Steps to reproduce the behavior

Run https://html5.validator.nu/ on Hexo blog with tranquilpeak theme.

To fix, replace:

<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" >

with:

<meta charset="utf-8">
@LouisBarranqueiro
Copy link
Owner

Hey @kyrylkov, yeah, you're right. Could you PR on dev branch, please?

@kyrylkov
Copy link
Contributor Author

@LouisBarranqueiro done

LouisBarranqueiro added a commit that referenced this issue May 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants