mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing a syntax error in a view
--HG-- branch : 1.x
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
<div>
|
||||
@model Orchard.DisplayManagement.Descriptors.ShapeTable;
|
||||
@model Orchard.DisplayManagement.Descriptors.ShapeTable
|
||||
<ul>
|
||||
@foreach(var descriptor in Model.Descriptors) {
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user