We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdaa2b commit 87722aeCopy full SHA for 87722ae
src/View/Helper/BootstrapNavbarHelper.php
@@ -359,11 +359,11 @@ public function endMenu () {
359
* @return string HTML elements to close the navbar.
360
*/
361
public function end () {
362
- $res = '</div></div>';
+ $res = '</div>';
363
if ($this->_responsive) {
364
$res .= '</div>';
365
}
366
- return $res;
+ return $res.'</nav>';
367
368
369
0 commit comments