From 1bafa8d41c02e9b15e45f22776cd95466c1ed3b4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 10 Jan 2012 00:16:59 +0000 Subject: [PATCH 1/1] Use the correct logo URL on error pages --- public/403.html | 2 +- public/404.html | 2 +- public/500.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)

-- 2.43.2