diff options
Diffstat (limited to 'customization/errorpage/411.shtml')
-rw-r--r-- | customization/errorpage/411.shtml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ <!--#set var="ERRORPAGE_CODE" value="411" --> <!--#set var="ERRORPAGE_TEXT" value="Length Required" --> -<!--#set var="ERRORPAGE_INFO" value="The request method, with which the server has been requested requires a valid <code>Content-Length</code> header." --> -<!--#include file="main.shtml" -->
\ No newline at end of file +<!--#include file="header.shtml" --> + <div>The request method, with which the server has been requested requires a valid <code>Content-Length</code> header.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |