Skip to content

Commit eb48c17

Browse files
committed
Fix html closing tag
1 parent 2ca3d9a commit eb48c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebApp/BootstrapTheme/BreadcrumbRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function render() {
1818
'</li>';
1919
}
2020
$rc .= '</ol>';
21-
$this->renderEndTag('nav');
21+
$rc .= $this->renderEndTag('nav');
2222
return $rc;
2323
}
2424
}

0 commit comments

Comments
 (0)