2
3
şunun yansıması https://github.com/sammy-ette/Hilbish eşitlendi 2025-08-10 02:52:03 +00:00

fix: dont concat subdocs list if on main page

Bu işleme şunda yer alıyor:
sammyette 2023-10-24 23:52:53 -04:00
ebeveyn 7288f85e9a
işleme 003100d3c4
İmzalayan: sammyette
GPG Anahtar Kimliği: 904FC49417B44DCD

Dosyayı Görüntüle

@ -129,7 +129,7 @@ Available sections: ]] .. table.concat(modules, ', ')
local doc, vals = handleYamlInfo(#args == 0 and doc or formatDocText(f:read '*a':gsub('-([%d]+)', '%1')))
if #moddocs ~= 0 then
if #moddocs ~= 0 and f then
doc = doc .. '\nSubdocs: ' .. table.concat(subdocs, ', ') .. '\n\n'
end
if f then f:close() end