diff --git a/src/View/Helper/BootstrapHelper.php b/src/View/Helper/BootstrapHelper.php index a451959..075d350 100644 --- a/src/View/Helper/BootstrapHelper.php +++ b/src/View/Helper/BootstrapHelper.php @@ -191,6 +191,7 @@ class BootstrapTabs extends Helper $html .= $this->genContent(); if ($this->options['card']) { $html .= ''; + $html .= ''; } return $html; }