diff --git a/templates/500.html b/templates/500.html
index eaf850c3f9..e72b5477ef 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -12,6 +12,8 @@
500: Internal server error.
-
Well oops. This one's our fault, probably. We'll keep trying until it goes through. And you can drop us a line to let us know what happened.
+Well oops. This one's our fault, probably. We'll keep trying until it goes through.
+ +And you can drop us a line to let us know what happened.
{% endblock %} diff --git a/zephyr/static/html/5xx.html b/zephyr/static/html/5xx.html index cf8d124eeb..44847df172 100644 --- a/zephyr/static/html/5xx.html +++ b/zephyr/static/html/5xx.html @@ -28,7 +28,9 @@Internal error
-Well oops. This one's our fault, probably. We'll keep trying until it goes through. And you can drop us a line to let us know what happened.
+Well oops. This one's our fault, probably. We'll keep trying until it goes through.
+ +And you can drop us a line to let us know what happened.