Browse Source

Merge pull request #2534 from a25ce1/patch-1

tabs to spaces
Taylor Otwell 10 years ago
parent
commit
69bb62333b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      public/.htaccess

+ 4 - 4
public/.htaccess

@@ -1,14 +1,14 @@
 <IfModule mod_rewrite.c>
-	<IfModule mod_negotiation.c>
-    	Options -MultiViews
+    <IfModule mod_negotiation.c>
+        Options -MultiViews
     </IfModule>
 
     RewriteEngine On
 
     # Redirect Trailing Slashes...
-	RewriteRule ^(.*)/$ /$1 [L,R=301]
+    RewriteRule ^(.*)/$ /$1 [L,R=301]
 
-	# Handle Front Controller...
+    # Handle Front Controller...
     RewriteCond %{REQUEST_FILENAME} !-d
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteRule ^ index.php [L]