diff --git a/forum.controller.php b/forum.controller.php index cd3ea48..6e0fc45 100644 --- a/forum.controller.php +++ b/forum.controller.php @@ -142,6 +142,7 @@ function procForumInsertComment() { $obj = Context::gets('document_srl','comment_srl','parent_srl','content','password','nick_name','member_srl','email_address','homepage','notify_message'); $obj->module_srl = $this->module_srl; $obj->content=$args->quote_content.$obj->content; + if($args->quote_content) $obj->use_html="Y"; // instancing document model $oDocumentModel = &getModel('document'); $oDocument = $oDocumentModel->getDocument($obj->document_srl); diff --git a/m.skins/default/_list.html b/m.skins/default/_list.html index 91630f1..b966757 100644 --- a/m.skins/default/_list.html +++ b/m.skins/default/_list.html @@ -8,7 +8,7 @@