Browse Source

Updated line to use spaces instead of tabs.

ameech 10 years ago
parent
commit
a7b209ffcc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/.htaccess

+ 2 - 2
public/.htaccess

@@ -2,7 +2,7 @@
     Options -MultiViews
     RewriteEngine On
 
-	RewriteCond %{REQUEST_FILENAME} !-d
+    RewriteCond %{REQUEST_FILENAME} !-d
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteRule ^ index.php [L]
-</IfModule>
+</IfModule>