From ca74ff4460d901ccc4f94ed89f704a2ce611c66d Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Mon, 30 Sep 2019 15:56:03 +0200 Subject: [PATCH] Fixes #2822 - FAQ classic layout fixed --- e107_plugins/faqs/faqs.php | 3 +++ 1 file changed, 3 insertions(+) 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;