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 2ca3d9a commit eb48c17Copy full SHA for eb48c17
src/WebApp/BootstrapTheme/BreadcrumbRenderer.php
@@ -18,7 +18,7 @@ public function render() {
18
'</li>';
19
}
20
$rc .= '</ol>';
21
- $this->renderEndTag('nav');
+ $rc .= $this->renderEndTag('nav');
22
return $rc;
23
24
0 commit comments