A little more markup cleanup (of something that just gave me a 500)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-07-01 15:21:51 -07:00
parent a42b842345
commit b95534b1cf
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<IEnumerable<Orchard.ContentTypes.ViewModels.EditTypePartViewModel>>" %><%
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<IEnumerable<Orchard.ContentTypes.ViewModels.EditTypePartViewModel>>" %>
<%
if (Model.Any()) { %>
<fieldset><%
var pi = 0;

View File

@@ -1,5 +1,6 @@
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<SettingsDictionary>" %>
<%@ import Namespace="Orchard.ContentManagement.MetaData.Models" %><%
<%@ import Namespace="Orchard.ContentManagement.MetaData.Models" %>
<%
if (Model.Any()) { %>
<fieldset><%
var si = 0;