We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently _html5shiv.cshtml has the following incorrect markup the line
<script src="~/scripts/html5.js"></script>
it should be
<script src="~/scripts/html5shiv.js"></script>
I couldn't find the source for the dependency Html5Shiv to fix so I'm reporting the issue.
The text was updated successfully, but these errors were encountered:
the markup you pasted did not make it into the comment.. could you add it to the issue?
Sorry, something went wrong.
No branches or pull requests
Currently _html5shiv.cshtml has the following incorrect markup the line
it should be
I couldn't find the source for the dependency Html5Shiv to fix so I'm reporting the issue.
The text was updated successfully, but these errors were encountered: