summaryrefslogtreecommitdiff
path: root/inc/parser/action.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser/action.php')
-rw-r--r--inc/parser/action.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/parser/action.php b/inc/parser/action.php
index 82bebf0ae..ed85f5cf9 100644
--- a/inc/parser/action.php
+++ b/inc/parser/action.php
@@ -73,6 +73,8 @@ function parse_to_instructions($text){
function render_as_xhtml($instructions){
+#dbg($instructions);
+
// Create the renderer
require_once DOKU_INC . 'inc/parser/xhtml.php';
$Renderer = & new Doku_Renderer_XHTML();