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