diff --git a/modules/statistics/docs/statistics.txt b/modules/statistics/docs/statistics.txt
index bb34d03b7995c87c0984219c5c16f2350542ef75..71f1d2489cfd3a7b9759ba7a6ef18377854213ff 100644
--- a/modules/statistics/docs/statistics.txt
+++ b/modules/statistics/docs/statistics.txt
@@ -55,15 +55,15 @@ Then take the configuration template:
 
 Configure the path of the log file:
 
-       'inputfile' => '/tmp/stat',
+	'inputfile' => '/tmp/stat',
 
 and the syntax of the log file. You need to configure where the
 date starts (usually 0), and how long the date is (usually 15), and
 where the first columns starts (such that STAT is in column 3):
 
-       'datestart' => 1,
-        'datelength' => 15,
-        'offsetspan' => 21,
+	'datestart' => 1,
+	'datelength' => 15,
+	'offsetspan' => 21,
 
 Make sure the stat dir is writable. SimpleSAMLphp will write data
 here: