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 c6628fb..f12547a 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -830,7 +830,7 @@ for name, file in pairs(Files) do
830 local pth = file.path 830 local pth = file.path
831 if '' ~= file.path then pth = file.path .. '/' end 831 if '' ~= file.path then pth = file.path .. '/' end
832 if 'true' ~= Subs[pth .. f].metadata.hidden then 832 if 'true' ~= Subs[pth .. f].metadata.hidden then
833 metadata.header = metadata.header .. '<a href="' .. f .. '/' .. whichPage(pth .. f) .. '">' .. f .. '</a> &nbsp; ' 833 metadata.header = metadata.header .. '<a href="' .. f .. '/' .. whichPage(pth .. f) .. '">' .. f .. '</a> &nbsp; &#128194; '
834 end 834 end
835 end 835 end
836 836