diff --git a/runner/src/server/views/confirmation.html b/runner/src/server/views/confirmation.html index 97fd74ae1..c9eb83717 100644 --- a/runner/src/server/views/confirmation.html +++ b/runner/src/server/views/confirmation.html @@ -42,12 +42,12 @@

What happens next

}) }} {% if paymentSkipped and customText.paymentSkipped %}

- {{ customText.paymentSkipped }} + {{ customText.paymentSkipped | safe }}

{% else %} {% if customText.nextSteps %}

- {{ customText.nextSteps }} + {{ customText.nextSteps | safe }}

{% endif %} {% endif %}