diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2267ff568d..fe59a3164d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,6 +52,8 @@ Internal:
(PR [#662](https://github.com/alphagov/govuk-frontend/pull/662))
- Add test to check if Sass in packages compiles correctly after the `build:packages` task
(PR [#669](https://github.com/alphagov/govuk-frontend/pull/669))
+- Disable code syntax highlighting in IE8
+(PR [#675](https://github.com/alphagov/govuk-frontend/pull/675))
## 0.0.28-alpha (Breaking release)
diff --git a/app/views/layouts/_generic.njk b/app/views/layouts/_generic.njk
index 34f1c8e3d8..52d976614c 100644
--- a/app/views/layouts/_generic.njk
+++ b/app/views/layouts/_generic.njk
@@ -7,6 +7,8 @@
+
+
-
-
{% block styles %}
{% endblock %}