diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2014-03-02 19:10:46 +0000 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2014-03-02 19:10:46 +0000 |
commit | ff388af35a3aed43d96bc31ae6b553f8a37050e0 (patch) | |
tree | 8b9e1162918fe525d503dcd0862be5277bdaacd1 /inc/parser/code.php | |
parent | 1b314f33f7a28e1683d3360299ee885cc4559033 (diff) | |
parent | 489dcad6f038c54dda1f29c0887fa43f5b3f7fcb (diff) | |
download | rpg-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.php | 1 |
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; |