From 0502d955cca6aa88dc9fef9d60730b7a02dec130 Mon Sep 17 00:00:00 2001 From: Jimako Date: Mon, 8 Jan 2018 15:49:22 +0100 Subject: [PATCH] update bootstrap tabs #2898 --- e107_handlers/form_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 65c258baa..05fd433b4 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -533,8 +533,8 @@ class e_form - $active = ($key ==$initTab) ? ' class="active"' : ''; - $text .= ''.$tab['caption'].''; + $active = ($key ==$initTab) ? ' class="nav-item active"' : ' class="nav-item"'; + $text .= ''.$tab['caption'].''; $c++; }