Cleaned up markup for Site Admin templates and replaced <div> with <section> throughout.
This commit is contained in:
parent
9bf0ebafa8
commit
7acdc8bf5d
5 changed files with 16 additions and 22 deletions
|
@ -3,8 +3,7 @@
|
|||
<#-- Template for Site Administration site configuration panel -->
|
||||
|
||||
<#if siteConfig?has_content>
|
||||
<div class="pageBodyGroup">
|
||||
|
||||
<section class="pageBodyGroup">
|
||||
<h3>Site Configuration</h3>
|
||||
|
||||
<ul>
|
||||
|
@ -25,6 +24,5 @@
|
|||
<li><a href="${siteConfig.userAccounts}">User accounts</a></li>
|
||||
</#if>
|
||||
</ul>
|
||||
</div>
|
||||
</#if>
|
||||
|
||||
</section>
|
||||
</#if>
|
Loading…
Add table
Add a link
Reference in a new issue