diff --git a/src/Umbraco.Web.UI/Views/Partials/grid/Editors/rte.cshtml b/src/Umbraco.Web.UI/Views/Partials/Grid/Editors/Rte.cshtml similarity index 93% rename from src/Umbraco.Web.UI/Views/Partials/grid/Editors/rte.cshtml rename to src/Umbraco.Web.UI/Views/Partials/Grid/Editors/Rte.cshtml index 37c162310a..d132e10017 100644 --- a/src/Umbraco.Web.UI/Views/Partials/grid/Editors/rte.cshtml +++ b/src/Umbraco.Web.UI/Views/Partials/Grid/Editors/Rte.cshtml @@ -1,4 +1,4 @@ @model dynamic @using Umbraco.Web.Templates -@Html.Raw(TemplateUtilities.ParseInternalLinks(Model.value.ToString())) \ No newline at end of file +@Html.Raw(TemplateUtilities.ParseInternalLinks(Model.value.ToString()))