From 8fcb51e27d3a37f41bb344a565e9e0267d0bf9ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 22 Sep 2012 18:14:38 +0200 Subject: [PATCH] reformat as tabs --- doku.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doku.php b/doku.php index a34b942..f7b3338 100755 --- a/doku.php +++ b/doku.php @@ -24,8 +24,8 @@ $conf['compression'] = 0; //compress old revisions: (0: off) ('gz': gnuzip) ('bz $conf['start'] = 'start'; //name of start page function strip_dir($dir, $fn) { - global $conf; - return end(explode($dir.'/', $fn, 2)); + global $conf; + return end(explode($dir.'/', $fn, 2)); } switch ($argv[1]) {