Skip to content

Commit

Permalink
LPD-41441 - Remove no longer needed section
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscv-work authored and brianchandotcom committed Nov 11, 2024
1 parent 273cbe3 commit ecc7905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</header>
</#if>

<section class="${portal_content_css_class} flex-fill" id="content">
<div class="${portal_content_css_class} flex-fill" id="content">
<#if selectable>
<@liferay_util["include"] page=content_include />
<#else>
Expand All @@ -80,7 +80,7 @@
<@liferay_util["include"] page=content_include />
</@>
</#if>
</section>
</div>

<#if show_footer>
<footer id="footer">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</#if>
</header>

<section id="content">
<div id="content">
<#if selectable>
<@liferay_util["include"] page=content_include />
<#else>
Expand All @@ -58,7 +58,7 @@
<@liferay_util["include"] page=content_include />
</@>
</#if>
</section>
</div>

<footer id="footer">
<p class="powered-by">
Expand Down

0 comments on commit ecc7905

Please sign in to comment.