From 00683d52f816f208b86c13c1aafad9552bfcc285 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 19 Nov 2013 19:21:48 +0000 Subject: [PATCH] HTML5 conformance of error pages (#15381). git-svn-id: http://svn.redmine.org/redmine/trunk@12308 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/404.html | 26 ++++++++++---------------- public/500.html | 26 ++++++++++---------------- 2 files changed, 20 insertions(+), 32 deletions(-) diff --git a/public/404.html b/public/404.html index 23c08dd81..400bc0108 100644 --- a/public/404.html +++ b/public/404.html @@ -1,20 +1,14 @@ - + -Redmine 404 error - + + + Redmine 404 error + +

Page not found

The page you were trying to access doesn't exist or has been removed.

diff --git a/public/500.html b/public/500.html index 588d83bb6..4afdbda68 100644 --- a/public/500.html +++ b/public/500.html @@ -1,20 +1,14 @@ - + -Redmine 500 error - + + + Redmine 500 error + +

Internal error

An error occurred on the page you were trying to access.
-- 2.39.5