From 43c9b35deb674509203c6991fbdab2fc6594df28 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 28 Aug 2017 08:17:32 +0200 Subject: There are now separate files for header and footer, which simplifies the creation of error messages, since you can now output HTML code directly instead of defining the message into a variable which escapes the containing HTML code. In addition, a new error page for "429 Too Many Requests" has been added and a little change in the stylesheet was made. --- customization/errorpage/411.shtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'customization/errorpage/411.shtml') diff --git a/customization/errorpage/411.shtml b/customization/errorpage/411.shtml index 0b7ac1e..253c59e 100644 --- a/customization/errorpage/411.shtml +++ b/customization/errorpage/411.shtml @@ -1,5 +1,6 @@ - - \ No newline at end of file + +
The request method, with which the server has been requested requires a valid Content-Length header.
+ \ No newline at end of file -- cgit v1.2.3