From 9ec990efb5275c536746d639706b47ad1881ff4f Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 12 May 2019 15:40:01 -0700 Subject: [PATCH] Bootstrap 4 compatibility --- e107_handlers/form_handler.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 4e0578882..cb12c9d32 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -663,7 +663,7 @@ class e_form foreach($array as $key=>$tab) { $active = ($c == $act) ? ' active' : ''; - $inner .= '
'; + $inner .= '