fix: [helper:bootstrap] Correctly close div if tab option is supplied
parent
332c4f48a2
commit
39cbd8934a
|
@ -191,6 +191,7 @@ class BootstrapTabs extends Helper
|
||||||
$html .= $this->genContent();
|
$html .= $this->genContent();
|
||||||
if ($this->options['card']) {
|
if ($this->options['card']) {
|
||||||
$html .= '</div>';
|
$html .= '</div>';
|
||||||
|
$html .= '</div>';
|
||||||
}
|
}
|
||||||
return $html;
|
return $html;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue