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 HTML5 Validation #502

Merged
merged 1 commit into from
May 17, 2016
Merged

Fix HTML5 Validation #502

merged 1 commit into from
May 17, 2016

Conversation

ismaail
Copy link
Contributor

@ismaail ismaail commented May 16, 2016

The HTML validation of a document with Debugbar enabled gives this error: Element link is missing required attribute property.

The line source of the error is the link tag:

<link rel='stylesheet' type='text/css' href='http://localhost:8080/_debugbar/assets/stylesheets?v=1462974883'>

The HTML validation of a document with Debugbar enabled gives this error `Element link is missing required attribute property.`

The line source of the error is link of stylesheet:

```
<link rel='stylesheet' type='text/css' href='http://localhost:8080/_debugbar/assets/stylesheets?v=1462974883'>
```
@barryvdh barryvdh merged commit 97e8f60 into barryvdh:master May 17, 2016
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.

2 participants