Skip to content

Commit 1752d7e

Browse files
committed
Remove external footer tag
1 parent d34a73f commit 1752d7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

LearningHub.Nhs.WebUI/Views/Shared/Tenant/LearningHub/_Layout.cshtml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@
9696
@* Inject form here *@
9797
</div>
9898

99-
<footer role="contentinfo">
100-
<partial name="~/Views/Shared/_FooterPartial.cshtml" />
101-
</footer>
99+
<!-- footer -->
100+
<partial name="~/Views/Shared/_FooterPartial.cshtml" />
102101

103102
<script>
104103
if (!window.process) { window.process = {}; }

0 commit comments

Comments
 (0)