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

fix 'title-require' rule #80

Merged
merged 1 commit into from
Oct 9, 2015
Merged

fix 'title-require' rule #80

merged 1 commit into from
Oct 9, 2015

Conversation

y8n
Copy link
Contributor

@y8n y8n commented Oct 9, 2015

应该在head标签开始的时候也要处理,不然的话像下面这样的代码也是可以通过检查的

<html>
    <title>test</title>
    <head></head>
    <body></body>
</html>

yaniswang added a commit that referenced this pull request Oct 9, 2015
@yaniswang yaniswang merged commit 9e0e780 into htmlhint:master Oct 9, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants