From bbde99d69efc149711eeeaa291c5c268aff95c21 Mon Sep 17 00:00:00 2001 From: sharvey Date: Sat, 1 Aug 2009 02:16:23 +0000 Subject: [PATCH] MINOR Fixed comma where it should've been a dot git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.3@83449 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