[website] [minor] fixes after moving website module
diff --git a/install_erpnext.py b/install_erpnext.py
index c57a9e2..6075746 100644
--- a/install_erpnext.py
+++ b/install_erpnext.py
@@ -288,7 +288,7 @@
 		RewriteCond %%{REQUEST_FILENAME} !-f
 		RewriteCond %%{REQUEST_FILENAME} !-d
 		RewriteCond %%{REQUEST_FILENAME} !-l
-		RewriteRule ^([^/]+)$ /web.py?page=$1 [QSA,L]		
+		RewriteRule ^([^/]+)$ /web.py?page=$1 [QSA,L]
 	</Directory>
 </VirtualHost>""" % (install_path, install_path)