From 98c868589ee0757f176239cf289cbd007bb74852 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 17 Feb 2006 23:20:40 +0100 Subject: file cleanups This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style) It converts files to UNIX lineendings and removes tabs and trailing whitespace. Not all files were cleaned yet. darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz --- doku.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doku.php') diff --git a/doku.php b/doku.php index d6da8b1d0..07b3d6620 100644 --- a/doku.php +++ b/doku.php @@ -26,7 +26,7 @@ $RANGE = $_REQUEST['lines']; $HIGH = $_REQUEST['s']; if(empty($HIGH)) $HIGH = getGoogleQuery(); - + $TEXT = cleanText($_POST['wikitext']); $PRE = cleanText($_POST['prefix']); $SUF = cleanText($_POST['suffix']); @@ -49,7 +49,7 @@ html_debug(); exit; } - + //make infos about the selected page available $INFO = pageinfo(); -- cgit v1.2.3