diff --git a/src/Orchard.Web/Modules/Orchard.MediaLibrary/Views/OEmbed/Index.cshtml b/src/Orchard.Web/Modules/Orchard.MediaLibrary/Views/OEmbed/Index.cshtml
index 23410c01a..11deacd47 100644
--- a/src/Orchard.Web/Modules/Orchard.MediaLibrary/Views/OEmbed/Index.cshtml
+++ b/src/Orchard.Web/Modules/Orchard.MediaLibrary/Views/OEmbed/Index.cshtml
@@ -131,7 +131,7 @@
@Html.Hidden("folderPath", Model.FolderPath)
@Html.Hidden("document", Model.Content.ToString())
-
+
}
}