From ef138cb1d94672836b7a80957dd5acfe632b571c Mon Sep 17 00:00:00 2001 From: ischommer Date: Thu, 19 Nov 2009 20:38:27 +0000 Subject: [PATCH] MINOR Fixed comma where it should've been a dot (from r83449) (from r92249) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@92288 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- assets/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/.htaccess b/assets/.htaccess index 0bfa98c..ac6412a 100644 --- a/assets/.htaccess +++ b/assets/.htaccess @@ -1,2 +1,2 @@ -RemoveHandler .php .phtml .php3 ,php4 .php5 .inc +RemoveHandler .php .phtml .php3 .php4 .php5 .inc RemoveType .php .phtml .php3 .php4 .php5 .inc