diff options
author | dvs1 | 2025-01-15 15:50:57 +1000 |
---|---|---|
committer | dvs1 | 2025-01-15 15:50:57 +1000 |
commit | e748fd6f530f7f442f2769811ba3acca1be12a96 (patch) | |
tree | 76e34176737b45da2672b26e2595c60369b343bf | |
parent | Try that again. (diff) | |
download | notYetAnotherWiki-e748fd6f530f7f442f2769811ba3acca1be12a96.zip notYetAnotherWiki-e748fd6f530f7f442f2769811ba3acca1be12a96.tar.gz notYetAnotherWiki-e748fd6f530f7f442f2769811ba3acca1be12a96.tar.bz2 notYetAnotherWiki-e748fd6f530f7f442f2769811ba3acca1be12a96.tar.xz |
whitespace--
-rwxr-xr-x | notYetAnotherWiki.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 01d14f1..a36eefb 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua | |||
@@ -221,8 +221,6 @@ for name, file in pairs(Files) do | |||
221 | 221 | ||
222 | -- Figure out this pages header links. | 222 | -- Figure out this pages header links. |
223 | metadata.header = '' | 223 | metadata.header = '' |
224 | |||
225 | |||
226 | subs = {} | 224 | subs = {} |
227 | for i, f in pairs(Subs[path].subs) do | 225 | for i, f in pairs(Subs[path].subs) do |
228 | table.insert(subs, f) | 226 | table.insert(subs, f) |