diff --git a/NzbDrone.Web/Views/Settings/General.ascx b/NzbDrone.Web/Views/Settings/General.ascx
index 8b6823da0..521b32dd1 100644
--- a/NzbDrone.Web/Views/Settings/General.ascx
+++ b/NzbDrone.Web/Views/Settings/General.ascx
@@ -33,7 +33,7 @@
diff --git a/NzbDrone.Web/Views/Settings/RootDir.ascx b/NzbDrone.Web/Views/Settings/RootDir.ascx
index e5f8c31e1..eed184e1b 100644
--- a/NzbDrone.Web/Views/Settings/RootDir.ascx
+++ b/NzbDrone.Web/Views/Settings/RootDir.ascx
@@ -18,7 +18,7 @@
<%: Html.TextBoxFor(m => m.Path, new { @class="root_dir_text" }) %>
-
+
<%: Html.ValidationMessageFor(m => m.Path) %>