fix(view): handler details

This commit is contained in:
Folke Lemaitre 2022-11-29 00:14:37 +01:00
parent 2fa5be3779
commit bbad0cb891
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ function M:details(plugin)
table.insert(props, { "readme", "README.md" }) table.insert(props, { "readme", "README.md" })
end end
for handler in ipairs(Handler.handlers) do for handler in pairs(Handler.handlers) do
if plugin[handler] then if plugin[handler] then
table.insert(props, { table.insert(props, {
handler, handler,