#19766: Indenting child <ul>.

--HG--
branch : 1.x
This commit is contained in:
Sipke Schoorstra
2013-05-30 12:27:10 +02:00
parent e39c63e0c0
commit 8a6cc4dc04

View File

@@ -27,9 +27,9 @@
@renderedMenuItemLink
if (items.Any()) {
<ul>
@DisplayChildren(Model)
</ul>
<ul>
@DisplayChildren(Model)
</ul>
}
@tag.EndElement