From fa5080ae248b0043216a506ae491f52b24af27d7 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Sun, 15 Oct 2006 23:32:30 +0000 Subject: [PATCH] Tidy up the markup on the bundled error pages. Closes #6379. [Tim Lucas] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5306 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 2 ++ railties/html/404.html | 43 +++++++++++++----------------------------- railties/html/500.html | 43 +++++++++++++----------------------------- 3 files changed, 28 insertions(+), 60 deletions(-) diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 62e395e6d5..65c6a59974 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Clean up html on included error pages. [Tim Lucas] + * Fixed default 404.html and 500.htmls to remove extreme ugliness and include human language [DHH] * Update to latest Prototype and script.aculo.us trunk versions [Thomas Fuchs] diff --git a/railties/html/404.html b/railties/html/404.html index 78295d4258..eff660b90c 100644 --- a/railties/html/404.html +++ b/railties/html/404.html @@ -7,41 +7,24 @@ The page you were looking for doesn't exist (404) - -
- -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

-
- \ No newline at end of file diff --git a/railties/html/500.html b/railties/html/500.html index 7a2af943d9..f0aee0e9f1 100644 --- a/railties/html/500.html +++ b/railties/html/500.html @@ -7,41 +7,24 @@ We're sorry, but something went wrong - -
- -
-
-

We're sorry, but something went wrong.

-

We've been notified about this issue and we'll take a look at it shortly.

+
+

We're sorry, but something went wrong.

+

We've been notified about this issue and we'll take a look at it shortly.

-
- \ No newline at end of file -- GitLab