From cc330f7fd529cb9aa2e9dd196a31dfbfcad9adf5 Mon Sep 17 00:00:00 2001 From: Steffen Gebert <steffen.gebert@typo3.org> Date: Sun, 23 Jan 2011 09:48:21 +0000 Subject: [PATCH] Follow-up to #17181: Corrected typo in _.htaccess (Thanks to Simon Schaufelberger) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10273 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 4 ++++ _.htaccess | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 831e95e7059c..348a74fb0588 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-01-22 Steffen Gebert <steffen@steffen-gebert.de> + + * Follow-up to #17181: Corrected typo in _.htaccess (Thanks to Simon Schaufelberger) + 2011-01-22 Ernesto Baschny <ernesto.baschny@typo3.org> * Release of TYPO3 4.5.0rc1 diff --git a/_.htaccess b/_.htaccess index 406329a339e0..f470fd6e3ed8 100644 --- a/_.htaccess +++ b/_.htaccess @@ -56,7 +56,7 @@ # Enable long browser caching for JavaScript and CSS files. # This affects Frontend and Backend and increases performance. -# You can also add other file extensions (like gif, png, jpg), if you want them to be longer caced, too. +# You can also add other file extensions (like gif, png, jpg), if you want them to be longer cached, too. <FilesMatch "\.(js|css)$"> <IfModule mod_expires.c> -- GitLab