From 173dccb7397b0d9e6547f607319f77a9657f0aed Mon Sep 17 00:00:00 2001 From: Tom N Harris Date: Tue, 16 Oct 2007 00:56:06 +0200 Subject: Allow HTML from inline RSS (typo fix) darcs-hash:20071015225606-6942e-4945a9510445707655951b740f6302dfb97c655a.gz --- inc/parser/xhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') 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 .= '
'; - if($htmlok){ + if($conf['htmlok']){ $this->doc .= $item->get_description(); }else{ $this->doc .= strip_tags($item->get_description()); -- cgit v1.2.3