From 0a8b55892bd4f6eefb10f36c6273d986d53b2c7b Mon Sep 17 00:00:00 2001 From: Lombiq Date: Sat, 18 Oct 2014 23:31:29 +0200 Subject: [PATCH] Untabify ImportExport template --- .../Orchard.ImportExport/Views/Admin/Export.cshtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.ImportExport/Views/Admin/Export.cshtml b/src/Orchard.Web/Modules/Orchard.ImportExport/Views/Admin/Export.cshtml index 9c5a5dd8f..8f76081c1 100644 --- a/src/Orchard.Web/Modules/Orchard.ImportExport/Views/Admin/Export.cshtml +++ b/src/Orchard.Web/Modules/Orchard.ImportExport/Views/Admin/Export.cshtml @@ -5,10 +5,10 @@ @using (Html.BeginFormAntiForgeryPost()) { Html.ValidationSummary(); -
- @T("Choose the types to include in the export file:") -
    - @{var contentTypeIndex = 0;} +
    + @T("Choose the types to include in the export file:") +
      + @{var contentTypeIndex = 0;} @foreach (var contentTypeEntry in Model.ContentTypes) {
    1. @@ -17,7 +17,7 @@
    2. contentTypeIndex = contentTypeIndex + 1; } -
    +