diff options
Diffstat (limited to 'inc/parser/metadata.php')
-rw-r--r-- | inc/parser/metadata.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/parser/metadata.php b/inc/parser/metadata.php index 846bbff23..5f06865cf 100644 --- a/inc/parser/metadata.php +++ b/inc/parser/metadata.php @@ -195,8 +195,12 @@ class Doku_Renderer_metadata extends Doku_Renderer { function php($text){} + function phpblock($text){} + function html($text){} + function htmlblock($text){} + function preformatted($text){ if ($this->capture) $this->doc .= $text; } |