From df495292376ecc893197bba7093bf2e558aad074 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 6 Mar 2019 10:54:13 +0100 Subject: [PATCH] Whitespace fixes for errors erb files --- app/views/errors/forbidden.html.erb | 2 +- app/views/errors/not_found.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/errors/forbidden.html.erb b/app/views/errors/forbidden.html.erb index 4c3fb30d2..6901ec1d5 100644 --- a/app/views/errors/forbidden.html.erb +++ b/app/views/errors/forbidden.html.erb @@ -1,3 +1,3 @@ -

Forbidden

+

Forbidden

The operation you requested on the OpenStreetMap server is only available to administrators (HTTP 403)

Feel free to contact the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.

diff --git a/app/views/errors/not_found.html.erb b/app/views/errors/not_found.html.erb index 6ef39d0d5..bf4744b5a 100644 --- a/app/views/errors/not_found.html.erb +++ b/app/views/errors/not_found.html.erb @@ -1,3 +1,3 @@ -

File not found

+

File not found

Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)

Feel free to contact the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.

-- 2.43.2