fix some weird indenting

This commit is contained in:
biglyderv 2025-02-25 18:36:13 -05:00
parent d1d2d08330
commit a2f8452eec
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
4 changed files with 20 additions and 85 deletions

View file

@ -1,5 +1,5 @@
<div class="nav">
<% for (let headerEnt of headerCtx) { %>
<%- include ('vblock.ejs', headerEnt) %>
<% } %>
<%- include ('vblock.ejs', headerEnt) %>
<% } %>
</div>