#19766: Correcting MenuItem markup.

--HG--
branch : 1.x
This commit is contained in:
Sipke Schoorstra
2013-05-30 12:22:01 +02:00
parent 014fd5299c
commit e39c63e0c0

View File

@@ -25,13 +25,14 @@
var tag = Tag(Model, "li");
@tag.StartElement
@renderedMenuItemLink
@tag.EndElement
}
if (items.Any()) {
if (items.Any()) {
<ul>
@DisplayChildren(Model)
</ul>
}
@tag.EndElement
}
}
}