Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit e3619e6

Browse files
topherfangioThomasBurleson
authored andcommitted
demo(navbar): Add closing div tag. (#9878)
Add a missing closing div tag to the basic usage demo for the navbar component.
1 parent dfbc0f6 commit e3619e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/navBar/demoBasicUsage/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
-->
1111
</md-nav-bar>
1212
<div class="ext-content">
13-
External content for `<span>{{currentNavItem}}</span>`
13+
External content for `<span>{{currentNavItem}}</span>`.
1414
</div>
1515
</md-content>
16+
</div>

0 commit comments

Comments
 (0)