diff --git a/NzbDrone.Web/Views/Settings/Indexers.cshtml b/NzbDrone.Web/Views/Settings/Indexers.cshtml
index e5f81e03f..e9d39a0f8 100644
--- a/NzbDrone.Web/Views/Settings/Indexers.cshtml
+++ b/NzbDrone.Web/Views/Settings/Indexers.cshtml
@@ -38,7 +38,7 @@ Settings
@Html.ValidationSummary(true, "Unable to save your settings. Please correct the errors and try again.")
+
NZBs.org
Enable @Html.DescriptionFor(m => m.NzbsOrgEnabled)
@@ -54,7 +54,7 @@ Settings
@Html.TextBoxFor(m => m.NzbsOrgHash, new { @class = "inputClass" })
+
NZBMatrix
Enable @Html.DescriptionFor(m => m.NzbMatrixEnabled)
@@ -70,7 +70,7 @@ Settings
@Html.TextBoxFor(m => m.NzbMatrixApiKey, new { @class = "inputClass" })
+
NZBsRus
Enable @Html.DescriptionFor(m => m.NzbsRUsEnabled)
@@ -86,7 +86,7 @@ Settings
@Html.TextBoxFor(m => m.NzbsrusHash, new { @class = "inputClass" })
+
Newsbin
Enable @Html.DescriptionFor(m => m.NewzbinEnabled)
@@ -102,7 +102,7 @@ Settings
@Html.TextBoxFor(m => m.NewzbinPassword, new { @class = "inputClass" })
+
Newznab
Enable @Html.DescriptionFor(m => m.NewznabEnabled)
diff --git a/NzbDrone.Web/Views/Shared/LocalSearch.cshtml b/NzbDrone.Web/Views/Shared/LocalSearch.cshtml
index 3f29e5913..f8553c314 100644
--- a/NzbDrone.Web/Views/Shared/LocalSearch.cshtml
+++ b/NzbDrone.Web/Views/Shared/LocalSearch.cshtml
@@ -1,31 +1,33 @@
@{
Layout = null;
}
-
-
-
\ No newline at end of file
+
diff --git a/NzbDrone.Web/Views/Shared/_Layout.cshtml b/NzbDrone.Web/Views/Shared/_Layout.cshtml
index 02d609401..2821b7a0f 100644
--- a/NzbDrone.Web/Views/Shared/_Layout.cshtml
+++ b/NzbDrone.Web/Views/Shared/_Layout.cshtml
@@ -21,8 +21,8 @@
@RenderSection("HeaderContent", required: false)
+ @{Html.RenderAction("LocalSearch", "Shared");}
- @{Html.RenderAction("LocalSearch", "Shared");}
@RenderSection("TitleContent", required: false)
@@ -50,7 +49,7 @@
background notification
@(Html.Telerik().ScriptRegistrar().jQuery(true))
- @* *@
+ @* *@
@@ -64,8 +63,8 @@
-
- @RenderSection("Scripts", required: false)
+
+ @RenderSection("Scripts", required: false)
@if (EnviromentProvider.IsProduction)
{