diff --git a/src/Ombi/Views/Shared/_Layout.cshtml b/src/Ombi/Views/Shared/_Layout.cshtml index 9511d7738..8d015de08 100644 --- a/src/Ombi/Views/Shared/_Layout.cshtml +++ b/src/Ombi/Views/Shared/_Layout.cshtml @@ -27,52 +27,7 @@ - - - - - @appName - - - - - - - - - - - - - - - - - - - - - - - - @{ - if (customization.HasPresetTheme) - { - - } - - if (!string.IsNullOrEmpty(customization.CustomCssLink)) - { - - } - } - - - - - + + + + + @appName + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @{ + if (customization.HasPresetTheme) + { + + } + + if (!string.IsNullOrEmpty(customization.CustomCssLink)) + { + + } + } + @RenderBody()