summaryrefslogtreecommitdiff
path: root/inc/parser/xhtml.php
diff options
context:
space:
mode:
authorchris <chris@teacherscpd.co.uk>2005-08-13 20:22:13 +0200
committerchris <chris@teacherscpd.co.uk>2005-08-13 20:22:13 +0200
commit61faf4466526c4037ec61bf094880c8fe660eb3c (patch)
treec385f14789c334d640b4353ed1298768afc5f99a /inc/parser/xhtml.php
parent936c8c1b954e799bccdfc3ff23a931dab7c6d50b (diff)
downloadrpg-61faf4466526c4037ec61bf094880c8fe660eb3c.tar.gz
rpg-61faf4466526c4037ec61bf094880c8fe660eb3c.tar.bz2
renderer update, move plugin() method from xhtml to renderer
darcs-hash:20050813182213-50fdc-e1d2529944785b0e39bbd58a184c12d120ff1149.gz
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r--inc/parser/xhtml.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php
index 7dd1b8034..181562b2a 100644
--- a/inc/parser/xhtml.php
+++ b/inc/parser/xhtml.php
@@ -19,7 +19,6 @@ if ( !defined('DOKU_TAB') ) {
}
require_once DOKU_INC . 'inc/parser/renderer.php';
-require_once DOKU_INC . 'inc/pluginutils.php';
/**
* The Renderer
@@ -84,14 +83,6 @@ class Doku_Renderer_xhtml extends Doku_Renderer {
}
}
- //handles plugin rendering
- function plugin($name,$data){
- $plugin =& plugin_load('syntax',$name);
- if($plugin != null){
- $plugin->render('xhtml',$this,$data);
- }
- }
-
function toc_open() {
global $lang;
$this->doc .= '<div class="toc">'.DOKU_LF;