Browse Source

Fix tab to spaces in web.config

Nic 8 years ago
parent
commit
115083bdf2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/web.config

+ 1 - 1
public/web.config

@@ -15,7 +15,7 @@
             <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
             <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
           </conditions>
-	  <action type="Rewrite" url="index.php" />
+          <action type="Rewrite" url="index.php" />
         </rule>
       </rules>
     </rewrite>