Skip to content

Commit 2e10bf4

Browse files
authored
Merge pull request #491 from TechnologyEnhancedLearning/Develop/Features/TD-4176-Remove-duplicate-footer
Remove external footer tag
2 parents ad1d839 + 1752d7e commit 2e10bf4

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
@@ -97,9 +97,8 @@
9797
@* Inject form here *@
9898
</div>
9999

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

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

0 commit comments

Comments
 (0)