From ec77fcfc0b5b8ea698ec60887960fe6e4c7f9023 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Fri, 10 Jan 2025 14:51:51 +1000 Subject: Don't lowercase the resulting filename. --- notYetAnotherWiki.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index da88a52..4fd9fa1 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua @@ -117,7 +117,7 @@ local whichPage = function(f) for i, v in ipairs{'about', 'readme', 'index', 'homepage', 'mainpage', 'webhome'} do for j, w in ipairs(Subs[f].files) do if v == string.lower(w) then - fl = v .. '.HTML' + fl = w .. '.HTML' break end end -- cgit v1.1