From 1863cf95619c00bbc27c1c95ee3d47ea276c1542 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Tue, 12 Oct 2010 11:07:49 -0700 Subject: [PATCH] Removed extra semi colon --HG-- branch : dev --- .../Modules/Orchard.Widgets/Views/Admin/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Modules/Orchard.Widgets/Views/Admin/Index.cshtml b/src/Orchard.Web/Modules/Orchard.Widgets/Views/Admin/Index.cshtml index 3f080ccea..717f6bf25 100644 --- a/src/Orchard.Web/Modules/Orchard.Widgets/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Widgets/Views/Admin/Index.cshtml @@ -1,4 +1,4 @@ -@model WidgetsIndexViewModel; +@model WidgetsIndexViewModel @using Orchard.Widgets.Models; @using Orchard.Widgets.ViewModels; @{ Style.Require("WidgetsAdmin"); }