Removing an import from the TinyMceTextEditor template

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-07 00:11:47 -08:00
parent 0320862826
commit abf6720a5e

View File

@@ -1,5 +1,4 @@
<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<BodyEditorViewModel>" %>
<%@ Import Namespace="TinyMce.Extensions"%>
<%@ Import Namespace="Orchard.Core.Common.ViewModels"%>
<% Html.RegisterScript("tiny_mce.js"); %>
<%=Html.TextArea("Text", Model.Text, 25, 80, new { @class = "html" }) %>