Missing @ symbiol.

This commit is contained in:
Michael 2017-04-06 14:06:06 -04:00
parent 384be8169b
commit 18e5d3d1ed

View file

@ -34,7 +34,7 @@
<ul>
@foreach(var cat in Model.Categories)
{
CreateCategoryListRecursive(cat);
@CreateCategoryListRecursive(cat);
}
</ul>
</div>