From 0018ef79b4303bf1cffff34d9029cc406bba68d1 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 30 Nov 2021 12:53:26 +0000 Subject: [PATCH] fix paragraph formatting Co-authored-by: Ben Thorner --- app/templates/views/roadmap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/roadmap.html b/app/templates/views/roadmap.html index 5d42ed568..1d929b1e6 100644 --- a/app/templates/views/roadmap.html +++ b/app/templates/views/roadmap.html @@ -49,6 +49,6 @@

Things we’ve done

-

Since January 2021 we’ve sent 1 billion messages for services that were set up in response to the coronavirus (COVID-19) pandemic. This includes 4.5 million vaccination reminders and X million test results.

+

Since January 2021 we’ve sent 1 billion messages for services that were set up in response to the coronavirus (COVID-19) pandemic. This includes 4.5 million vaccination reminders and X million test results.

{% endblock %}