diff --git a/app/templates/views/information-risk-management.html b/app/templates/views/information-risk-management.html
index 88a6d4634..a79480c10 100644
--- a/app/templates/views/information-risk-management.html
+++ b/app/templates/views/information-risk-management.html
@@ -30,10 +30,11 @@
- - formal risk assessments using a methodology based on ISO 27005:2011
+
- formal risk assessments using a methodology based on
+ ISO 27005:2011
and supplemented by reference to NCSC standards and guidance documentation
- - CHECK-based IT Health Check (ITHC) testing
- (annual and on major change)
+ - CHECK-based
+ IT Health Check (ITHC) testing (annual and on major change)
- residual risk statement preparation and active management of the risk treatment plan
- regular updates to the Privacy Impact Assessment
- security impact assessments
diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py
index 0154e158a..46dd31da7 100644
--- a/tests/app/main/views/test_index.py
+++ b/tests/app/main/views/test_index.py
@@ -17,7 +17,7 @@ def test_logged_in_user_redirects_to_choose_service(
@pytest.mark.parametrize('view', [
- 'cookies', 'using_notify', 'pricing', 'terms', 'integration_testing', 'roadmap',
+ 'cookies', 'using_notify', 'pricing', 'terms', 'integration_testing', 'roadmap',
'features', 'information_risk_management'
])
def test_static_pages(