summaryrefslogtreecommitdiff
path: root/inc/parserutils.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parserutils.php')
-rw-r--r--inc/parserutils.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/parserutils.php b/inc/parserutils.php
index 1caad257e..20971ac03 100644
--- a/inc/parserutils.php
+++ b/inc/parserutils.php
@@ -516,7 +516,6 @@ function p_sort_modes($a, $b){
function p_render($mode,$instructions,& $info){
if(is_null($instructions)) return '';
-
// try default renderer first:
$file = DOKU_INC."inc/parser/$mode.php";
if(@file_exists($file)){