From dd9f1e3e91db5ede16900fc9257f921b37538410 Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Tue, 16 Mar 2010 11:19:29 -0700 Subject: Updated error page semantics Signed-off-by: Dan McGee --- templates/403.html | 8 ++++---- templates/404.html | 8 ++++---- templates/500.html | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'templates') diff --git a/templates/403.html b/templates/403.html index c853fef1..6b5fc084 100644 --- a/templates/403.html +++ b/templates/403.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block content %} -
-

403 - Access Forbidden

- Sorry, the page you've requested is not available. -
+
+

403 - Access Forbidden

+

Sorry, the page you've requested is not available.

+
{% endblock %} diff --git a/templates/404.html b/templates/404.html index 9e389ba9..33271c66 100644 --- a/templates/404.html +++ b/templates/404.html @@ -2,9 +2,9 @@ {% block title %}Arch Linux - Page Not Found{% endblock %} {% block content %} -
-

404 - Page Not Found

- Sorry, the page you've requested does not exist. -
+
+

404 - Page Not Found

+

Sorry, the page you've requested does not exist.

+
{% endblock %} diff --git a/templates/500.html b/templates/500.html index 9566fc29..7f040638 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block content %} -
-

500 - Internal Server Error

- Something has gone horribly wrong. Back away slowly. -
+
+

500 - Internal Server Error

+

Something has gone horribly wrong. Back away slowly.

+
{% endblock %} -- cgit v1.2.3-54-g00ecf