File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
settings/templates/settings Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 - SPDX-License-Identifier: AGPL-3.0-or-later
44 -->
55<template >
6- <div id =" app-dashboard" >
6+ <main id =" app-dashboard" >
77 <h2 >{{ greeting.text }}</h2 >
88 <ul class =" statuses" >
99 <li v-for =" status in sortedRegisteredStatus"
127127 </div >
128128 </div >
129129 </NcModal >
130- </div >
130+ </main >
131131</template >
132132
133133<script >
Original file line number Diff line number Diff line change 6666 </ul>
6767 </nav>
6868</div>
69- <div id="app-content" <?php if (!empty ($ _ ['activeSectionId ' ])) { ?> data-active-section-id="<?php print_unescaped ($ _ ['activeSectionId ' ]) ?> " <?php } if (!empty ($ _ ['activeSectionType ' ])) { ?> data-active-section-type="<?php print_unescaped ($ _ ['activeSectionType ' ]) ?> " <?php } ?> >
69+ <main id="app-content" <?php if (!empty ($ _ ['activeSectionId ' ])) { ?> data-active-section-id="<?php print_unescaped ($ _ ['activeSectionId ' ]) ?> " <?php } if (!empty ($ _ ['activeSectionType ' ])) { ?> data-active-section-type="<?php print_unescaped ($ _ ['activeSectionType ' ]) ?> " <?php } ?> >
7070 <?php print_unescaped ($ _ ['content ' ]); ?>
71- </div >
71+ </main >
You can’t perform that action at this time.
0 commit comments