mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-31 20:01:11 +08:00
Fixing a syntax error in a view
--HG-- branch : 1.x
This commit is contained in:
parent
92f2707a02
commit
ff9b8078fb
@ -1,6 +1,6 @@
|
||||
|
||||
<div>
|
||||
@model Orchard.DisplayManagement.Descriptors.ShapeTable;
|
||||
@model Orchard.DisplayManagement.Descriptors.ShapeTable
|
||||
<ul>
|
||||
@foreach(var descriptor in Model.Descriptors) {
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user