This commit is contained in:
2025-11-06 19:24:34 +01:00
parent d7f267acf4
commit acd6162402
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<br>
<% for i, file in ipairs(files) do %>
<a class="amixlink" href="<%= path .. file %>">
<a class="amixlink" href="<%= path .. file:gsub("#", "%%23") %>">
<span class="mixlink"><%= file %></span>
</a>
<br>