diff --git a/Bootstrap.Client/Views/Home/NotFound.cshtml b/Bootstrap.Client/Views/Home/NotFound.cshtml
index 1b1d26e9..f51537a0 100644
--- a/Bootstrap.Client/Views/Home/NotFound.cshtml
+++ b/Bootstrap.Client/Views/Home/NotFound.cshtml
@@ -3,10 +3,10 @@
Layout = "_Root";
}
@section css {
-
+
}
-@section Javascript {
-
+@section javascript {
+
}
diff --git a/Bootstrap.Client/Views/Shared/Header.cshtml b/Bootstrap.Client/Views/Shared/Header.cshtml
index 26195fd4..fb09e0e7 100644
--- a/Bootstrap.Client/Views/Shared/Header.cshtml
+++ b/Bootstrap.Client/Views/Shared/Header.cshtml
@@ -11,7 +11,7 @@