diff --git a/e107_plugins/faqs/faqs.php b/e107_plugins/faqs/faqs.php index 155af2154..abc08c4cb 100644 --- a/e107_plugins/faqs/faqs.php +++ b/e107_plugins/faqs/faqs.php @@ -534,6 +534,9 @@ class faq $text .= $FAQ_CAT_END; + $text .= " + "; + $ret['text'] = $text.$this->faq_footer(); return $ret;