summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php4
1 files changed, 2 insertions, 2 deletions
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();