aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xnotYetAnotherWiki.lua2
1 files changed, 1 insertions, 1 deletions
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)
117 for i, v in ipairs{'about', 'readme', 'index', 'homepage', 'mainpage', 'webhome'} do 117 for i, v in ipairs{'about', 'readme', 'index', 'homepage', 'mainpage', 'webhome'} do
118 for j, w in ipairs(Subs[f].files) do 118 for j, w in ipairs(Subs[f].files) do
119 if v == string.lower(w) then 119 if v == string.lower(w) then
120 fl = v .. '.HTML' 120 fl = w .. '.HTML'
121 break 121 break
122 end 122 end
123 end 123 end