summaryrefslogtreecommitdiff
path: root/inc/parser/code.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/code.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/code.php')
-rw-r--r--inc/parser/code.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/parser/code.php b/inc/parser/code.php
index 0b8e3ee02..d77ffd1aa 100644
--- a/inc/parser/code.php
+++ b/inc/parser/code.php
@@ -5,7 +5,6 @@
* @author Andreas Gohr <andi@splitbrain.org>
*/
if(!defined('DOKU_INC')) die('meh.');
-require_once DOKU_INC . 'inc/parser/renderer.php';
class Doku_Renderer_code extends Doku_Renderer {
var $_codeblock=0;