From cc66d6cb3622abd597df7a34e161bdf10db2ebb0 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 11 Jan 2017 18:57:54 -0800 Subject: [PATCH] Fix for FB comment engine. --- e107_handlers/comment_class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/e107_handlers/comment_class.php b/e107_handlers/comment_class.php index 3f8fc01c8..c4cb75263 100644 --- a/e107_handlers/comment_class.php +++ b/e107_handlers/comment_class.php @@ -1087,6 +1087,10 @@ class comment echo $text; } } + elseif($return === 'html') + { + return $ns->tablerender(null, $text, 'comment', true); + } else { $ret['comment'] = $text;