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
Should use a != instead of = before javascript_include_tag otherwise source shows html characters:
!=
=
javascript_include_tag
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
The text was updated successfully, but these errors were encountered:
Also http://html5shiv.googlecode.com/svn/trunk/html5.js is 404
Sorry, something went wrong.
Hello @Youdaman and thanks for reporting this, but I will have an higher approach to the problem:
So: said you fix is ok, I'll fix the vanilla theme by removing this if lt IE 9 anachronistic snippet :)
if lt IE 9
On my way to publishing the fix in a minor version
ae175fa
alessandro-fazzi
No branches or pull requests
Should use a
!=
instead of=
beforejavascript_include_tag
otherwise source shows html characters:The text was updated successfully, but these errors were encountered: