Include the containing element

This commit is contained in:
Johnny 2019-06-02 17:27:54 +10:00 committed by GitHub
parent 5e5ea0fe73
commit d51b6027c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,17 @@
<nav> <div id="fourchanx-settings" class="dialog">
<div class="sections-list"></div> <nav>
<p class="imp-exp-result warning"></p> <div class="sections-list"></div>
<div class="credits"> <p class="imp-exp-result warning"></p>
<a class="export">Export</a>&nbsp|&nbsp <div class="credits">
<a class="import">Import</a>&nbsp|&nbsp <a class="export">Export</a>&nbsp|&nbsp
<a class="reset">Reset Settings</a>&nbsp|&nbsp <a class="import">Import</a>&nbsp|&nbsp
<input type="file" hidden> <a class="reset">Reset Settings</a>&nbsp|&nbsp
<a href="<%= meta.page %>" target="_blank"><%= meta.name %></a>&nbsp|&nbsp <input type="file" hidden>
<a href="<%= meta.changelog %>" target="_blank">${g.VERSION}</a>&nbsp|&nbsp <a href="<%= meta.page %>" target="_blank"><%= meta.name %></a>&nbsp|&nbsp
<a href="<%= meta.issues %>" target="_blank">Issues</a>&nbsp|&nbsp <a href="<%= meta.changelog %>" target="_blank">${g.VERSION}</a>&nbsp|&nbsp
<a href="javascript:;" class="close fa fa-times" title="Close"></a> <a href="<%= meta.issues %>" target="_blank">Issues</a>&nbsp|&nbsp
</div> <a href="javascript:;" class="close fa fa-times" title="Close"></a>
</nav> </div>
<div class="section-container"><section></section></div> </nav>
<div class="section-container"><section></section></div>
</div>