escape url paths

This commit is contained in:
2026-03-30 12:17:07 +02:00
parent ef04458cd8
commit dc196fb621
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ local function Latesthandler(self)
local file_data = {}
file_data["name"] = latest_name[i]
file_data["url"] = data_path .. escape(file)
file_data["url"] = data_path .. file
table.insert(latest_json["files"], file_data)
end