diff options
author | xue <> | 2006-01-03 16:03:33 +0000 |
---|---|---|
committer | xue <> | 2006-01-03 16:03:33 +0000 |
commit | bf00b95810c16471d6acbd8f9f4cc8b2b1530481 (patch) | |
tree | ba02a9a3281371889c9f8246b5fe0c0f74df3855 /.gitattributes | |
parent | 186e872e8e91bb4ede8c0afb376bfab6e29fa4c4 (diff) |
Added Error 400 templates. Fixed encoding problems for a few templates.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
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 |