Skip to content

Commit 87722ae

Browse files
author
Mikaël Capelle
committed
Fix ending since commit on nav.
1 parent dbdaa2b commit 87722ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/View/Helper/BootstrapNavbarHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,11 +359,11 @@ public function endMenu () {
359359
* @return string HTML elements to close the navbar.
360360
*/
361361
public function end () {
362-
$res = '</div></div>';
362+
$res = '</div>';
363363
if ($this->_responsive) {
364364
$res .= '</div>';
365365
}
366-
return $res;
366+
return $res.'</nav>';
367367
}
368368

369369
}

0 commit comments

Comments
 (0)