diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-02-28 22:07:11 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-02-28 22:07:11 +0100 |
commit | 56fa9a3fc23adb2ad96364034223a514f0f9ad3c (patch) | |
tree | df8823b101c33eec20c15fa58d134d264972dc62 /inc/parser/xhtml.php | |
parent | f864871e67a7343d5cdce00da0eb50f8138fba15 (diff) | |
download | rpg-56fa9a3fc23adb2ad96364034223a514f0f9ad3c.tar.gz rpg-56fa9a3fc23adb2ad96364034223a514f0f9ad3c.tar.bz2 |
fixed Call to undefined function: html_buildlist in the feed
darcs-hash:20060228210711-7ad00-316b48e7a541446e9778368b8d72fc5c11da16fd.gz
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r-- | inc/parser/xhtml.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 50f011b5f..ecc771401 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -19,6 +19,7 @@ if ( !defined('DOKU_TAB') ) { } require_once DOKU_INC . 'inc/parser/renderer.php'; +require_once DOKU_INC . 'inc/html.php'; /** * The Renderer |