mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
Missing @ symbiol.
This commit is contained in:
parent
384be8169b
commit
18e5d3d1ed
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<ul>
|
||||
@foreach(var cat in Model.Categories)
|
||||
{
|
||||
CreateCategoryListRecursive(cat);
|
||||
@CreateCategoryListRecursive(cat);
|
||||
}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue