-
Notifications
You must be signed in to change notification settings - Fork 334
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
update template.njk to add IE meta tag #1119
Conversation
CHANGELOG.md
Outdated
@@ -22,11 +22,11 @@ | |||
|
|||
🔧 Fixes: | |||
|
|||
- Pull Request Title goes here | |||
- update template.njk to add IE meta tag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for picking this up so quickly, it looks really good. I have one small note about the CHANGELOG entry:
We try to keep the template in the CHANGELOG for future people to copy and paste, so maybe we could update this to be:
- update template.njk to add IE meta tag | |
- Pull Request Title goes here | |
Description goes here (optional) | |
([PR #N](https://github.com/alphagov/govuk-frontend/pull/N)) | |
- Improve rendering in older Internet Explorer |
That said if you want us to do this on your behalf let me know and I'll get this merged in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @NickColley for the help. I have made the necessary changes. Please review.
To ensure that older IE versions always render with the correct rendering engine, added a meta tag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for helping us with this, there were some conflicts with the CHANGELOG since we've updated it recently so I've sorted that out for you.
We'll need an approval from another member of the team and we can get this merged!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution. Awesome work 👍
To ensure that older IE versions always render with the correct rendering engine, added a meta tag