diff options
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r-- | inc/parser/xhtml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 7b3e0cf9b..1b13b9b84 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -773,7 +773,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } if($params['details']){ $this->doc .= '<div class="detail">'; - if($htmlok){ + if($conf['htmlok']){ $this->doc .= $item->get_description(); }else{ $this->doc .= strip_tags($item->get_description()); |