retain forward slashes

This commit is contained in:
dreamer 2026-03-31 11:25:18 +02:00
parent c88c43fd8e
commit 6fbc87a465

View File

@ -10,7 +10,7 @@
<% for i, dir in ipairs(dirs) do %>
<br>
<a href="<%- functions.escape(uri .. dir) %>" class="djsection"><span><%= dir %></span></a>
<a href="<%- functions.escape(uri .. dir):gsub("%%2f", "/") %>" class="djsection"><span><%= dir %></span></a>
<br>
<% end %>
<br>