From 4f0d55a859d0fe1fdd8649f7a8bf41c904550bbb Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Thu, 7 Aug 2014 16:02:30 +1000 Subject: [PATCH] Link error page images absolutely, fixes image not found on eg. /page/not/found --- public/404.html | 2 +- public/422.html | 2 +- public/500.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/404.html b/public/404.html index 77830da9f7..b650949066 100644 --- a/public/404.html +++ b/public/404.html @@ -28,7 +28,7 @@
- +

It seems the page you're looking for is in a grump.

Return home

diff --git a/public/422.html b/public/422.html index b222475557..c6a93d7ab6 100644 --- a/public/422.html +++ b/public/422.html @@ -28,7 +28,7 @@
- +

The change you wanted was rejected. Maybe you tried to change something you don't have access to.

Return home

diff --git a/public/500.html b/public/500.html index 30379bc44d..5c7fa05f07 100644 --- a/public/500.html +++ b/public/500.html @@ -28,7 +28,7 @@
- +

We're sorry, but something went wrong.
Try refreshing the page, or

Return home