fix: [helper:bootstrap] Closed correct node

pull/37/head
mokaddem 2020-12-09 09:30:22 +01:00
parent a9d808f533
commit d62639667b
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ class BootstrapTabs extends Helper
$navItem = $this->data['navs'][$i];
$html .= $this->genContentItem($navItem, $content);
}
$html .= '</ul>';
$html .= '</div>';
return $html;
}