mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
FIX: Logical struture there's should be only one <main>
This commit is contained in:
parent
df6889416d
commit
b101030a43
@ -16,12 +16,12 @@
|
|||||||
<% include Header %>
|
<% include Header %>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main id="MainContent" class="page-content" data-ajax-region="LayoutAjax">
|
<div id="MainContent" class="page-content" data-ajax-region="LayoutAjax">
|
||||||
<% if $isFormResponse %>
|
<% if $isFormResponse %>
|
||||||
<%-- Legacy code compatibility --%>
|
<%-- Legacy code compatibility --%>
|
||||||
<% include MainContent Layout=$Layout %>
|
<% include MainContent Layout=$Layout %>
|
||||||
<% end_if %>
|
<% end_if %>
|
||||||
</main>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer id="Footer" class="site-footer footer">
|
<footer id="Footer" class="site-footer footer">
|
||||||
|
Loading…
Reference in New Issue
Block a user