summaryrefslogtreecommitdiff
path: root/doku.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-05-07 17:31:13 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-05-07 17:31:13 +0200
commita4a2d4cf66dd68b9dc9ce51064fae2db8385d81d (patch)
treee17f8afdf47ce8fdd7e098c104ae6477d75fc497 /doku.php
parent3aee4c27813a30e720d3ad1fbcbd2e372a88573a (diff)
downloadrpg-a4a2d4cf66dd68b9dc9ce51064fae2db8385d81d.tar.gz
rpg-a4a2d4cf66dd68b9dc9ce51064fae2db8385d81d.tar.bz2
metadata hnalding updates, header fixes
This removes the meta instruction again in favour of the new meta renderer. Most tests work now again, a few tweaks were done on the header handler to render certain headers as it did in earlier versions. darcs-hash:20060507153113-7ad00-bd299fbe1762482c72d109f9bca776f12bcea7c8.gz
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/doku.php b/doku.php
index 04154df6f..7b53def43 100644
--- a/doku.php
+++ b/doku.php
@@ -11,7 +11,7 @@
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__)).'/');
require_once(DOKU_INC.'inc/init.php');
require_once(DOKU_INC.'inc/common.php');
- require_once(DOKU_INC.'inc/events.php');
+ require_once(DOKU_INC.'inc/events.php');
require_once(DOKU_INC.'inc/pageutils.php');
require_once(DOKU_INC.'inc/html.php');
require_once(DOKU_INC.'inc/auth.php');