aboutsummaryrefslogtreecommitdiffstats
path: root/customization/errorpage/400.shtml
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-11-17 14:27:51 +0100
committerThomas Lange <code@nerdmind.de>2017-11-17 14:27:51 +0100
commit3e6f67f058392578b93cd09700607252c9e0b071 (patch)
treeb5a4885dbbf5f6b40380409bcec983fb1327e106 /customization/errorpage/400.shtml
parent712b82576fc052015539053151964573a2261a51 (diff)
downloadapache-errorpage-3e6f67f058392578b93cd09700607252c9e0b071.tar.gz
apache-errorpage-3e6f67f058392578b93cd09700607252c9e0b071.tar.xz
apache-errorpage-3e6f67f058392578b93cd09700607252c9e0b071.zip
The markup has been optimized to use more semantic <p> and <code> elements. In addition, the error page for HTTP status code 502 has been added.
Diffstat (limited to 'customization/errorpage/400.shtml')
-rw-r--r--customization/errorpage/400.shtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/customization/errorpage/400.shtml b/customization/errorpage/400.shtml
index 90e2e15..9fd5525 100644
--- a/customization/errorpage/400.shtml
+++ b/customization/errorpage/400.shtml
@@ -2,5 +2,5 @@
<!--#set var="ERRORPAGE_TEXT" value="Bad Request" -->
<!--#include file="header.shtml" -->
- <div>Your browser (or proxy) sent a request that this server could not understand.</div>
+ <p>Your browser (or proxy) sent a request that this server could not understand.</p>
<!--#include file="footer.shtml" --> \ No newline at end of file