From: Tom Hughes Date: Tue, 10 Jan 2012 00:16:59 +0000 (+0000) Subject: Use the correct logo URL on error pages X-Git-Tag: live~5855 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1bafa8d41c02e9b15e45f22776cd95466c1ed3b4 Use the correct logo URL on error pages --- diff --git a/public/403.html b/public/403.html index 667b7c7e8..3aab8ccfb 100644 --- a/public/403.html +++ b/public/403.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> - +

Forbidden

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

diff --git a/public/404.html b/public/404.html index 9f6b91c7f..94eff455f 100644 --- a/public/404.html +++ b/public/404.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> - +

File not found

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

diff --git a/public/500.html b/public/500.html index b85842159..1580caa1d 100644 --- a/public/500.html +++ b/public/500.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> - +

Application error

The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500)