summaryrefslogtreecommitdiff
path: root/inc/parser/xhtml.php
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2014-03-02 19:10:46 +0000
committerChristopher Smith <chris@jalakai.co.uk>2014-03-02 19:10:46 +0000
commitff388af35a3aed43d96bc31ae6b553f8a37050e0 (patch)
tree8b9e1162918fe525d503dcd0862be5277bdaacd1 /inc/parser/xhtml.php
parent1b314f33f7a28e1683d3360299ee885cc4559033 (diff)
parent489dcad6f038c54dda1f29c0887fa43f5b3f7fcb (diff)
downloadrpg-ff388af35a3aed43d96bc31ae6b553f8a37050e0.tar.gz
rpg-ff388af35a3aed43d96bc31ae6b553f8a37050e0.tar.bz2
Merge pull request #571 from splitbrain/renderer_graceful_fallback
Renderer graceful fallback
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r--inc/parser/xhtml.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index 315b4d640..184e62fe3 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -17,9 +17,6 @@ if ( !defined('DOKU_TAB') ) {
define ('DOKU_TAB',"\t");
}
-require_once DOKU_INC . 'inc/parser/renderer.php';
-require_once DOKU_INC . 'inc/html.php';
-
/**
* The Renderer
*/