Fix validation
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
<link href="~/Content/bootstrap.min.css" type="text/css" rel="stylesheet" />
|
||||
<link href="~/Content/site.css" type="text/css" rel="stylesheet" />
|
||||
<link href="~/Content/style.css" type="text/css" rel="stylesheet"/>
|
||||
@Html.RenderJsHere()
|
||||
@RenderSection("Styles", false)
|
||||
|
||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||
@@ -83,11 +82,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- Javascripts -->
|
||||
<script src="~/scripts/jquery-1.11.1.js"></script>
|
||||
<script src="~/scripts/bootstrap.min.js"></script>
|
||||
<script src="/scripts/site.js"></script>
|
||||
@Html.Raw(Html.RenderJsHere())
|
||||
@RenderSection("Scripts", false)
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user