From bf00b95810c16471d6acbd8f9f4cc8b2b1530481 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 3 Jan 2006 16:03:33 +0000 Subject: Added Error 400 templates. Fixed encoding problems for a few templates. --- framework/Exceptions/templates/error400.html | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 framework/Exceptions/templates/error400.html (limited to 'framework/Exceptions/templates/error400.html') diff --git a/framework/Exceptions/templates/error400.html b/framework/Exceptions/templates/error400.html new file mode 100644 index 00000000..629b360d --- /dev/null +++ b/framework/Exceptions/templates/error400.html @@ -0,0 +1,33 @@ + + + + +Bad Request + + + +

Bad Request

+

%%ErrorMessage%%

+

+The request could not be understood by the server due to malformed syntax. +Please do not repeat the request without modifications. +

+

+If you think this is a server error, please contact the webmaster. +

+
+%%Time%% %%Version%% +
+ + \ No newline at end of file -- cgit v1.2.3