diff options
Diffstat (limited to 'customization/errorpage/412.shtml')
-rw-r--r-- | customization/errorpage/412.shtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/customization/errorpage/412.shtml b/customization/errorpage/412.shtml index 1d9f9da..ac3cf35 100644 --- a/customization/errorpage/412.shtml +++ b/customization/errorpage/412.shtml @@ -1,5 +1,6 @@ <!--#set var="ERRORPAGE_CODE" value="412" --> <!--#set var="ERRORPAGE_TEXT" value="Precondition Failed" --> -<!--#set var="ERRORPAGE_INFO" value="The precondition on the request for the URL failed positive evaluation." --> -<!--#include file="main.shtml" -->
\ No newline at end of file +<!--#include file="header.shtml" --> + <div>The precondition on the request for the URL failed positive evaluation.</div> +<!--#include file="footer.shtml" -->
\ No newline at end of file |