From: Tobias Diekershoff <tobias.diekershoff@gmx.net>
Date: Wed, 10 Jan 2018 06:25:26 +0000 (+0100)
Subject: use same intendation in entire docs file
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc890e9869c5cc69c058dc645551adb1f67395ff;p=friendica.git

use same intendation in entire docs file
---

diff --git a/doc/SSL.md b/doc/SSL.md
index 9d2bee7756..90ff1e5918 100644
--- a/doc/SSL.md
+++ b/doc/SSL.md
@@ -71,7 +71,7 @@ Every time a user tries to access any Friendica page by any mean (manual address
 
 With Apache, enable the modules rewrite and ssl (with a shared hosting provider, this should be enabled already):
 
-	sudo a2enmod rewrite ssl
+        sudo a2enmod rewrite ssl
 
 Add the following lines to the .htaccess file in the root folder of your Friendica instance (thanks to [url=https://github.com/AlfredSK]AlfredSK[/url]):