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. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 47eb641a..71dadd11 100644 --- a/.gitattributes +++ b/.gitattributes @@ -110,6 +110,9 @@ framework/Exceptions/messages.txt -text framework/Exceptions/templates/error-fr.html -text framework/Exceptions/templates/error-zh.html -text framework/Exceptions/templates/error.html -text +framework/Exceptions/templates/error400-en.html -text +framework/Exceptions/templates/error400-zh.html -text +framework/Exceptions/templates/error400.html -text framework/Exceptions/templates/error404-en.html -text framework/Exceptions/templates/error404-fr.html -text framework/Exceptions/templates/error404-zh.html -text @@ -126,6 +129,7 @@ framework/Exceptions/templates/exception-en.html -text framework/Exceptions/templates/exception-fr.html -text framework/Exceptions/templates/exception-zh.html -text framework/Exceptions/templates/exception.html -text +framework/Exceptions/templates/readme.txt -text framework/IO/TTextWriter.php -text framework/Security/TAuthManager.php -text framework/Security/TAuthorizationRule.php -text -- cgit v1.2.3