diff --git a/i2p2www/pages/include/monotonerc.html b/i2p2www/pages/include/monotonerc.html
index eab4a3a1..b4f487e4 100644
--- a/i2p2www/pages/include/monotonerc.html
+++ b/i2p2www/pages/include/monotonerc.html
@@ -76,7 +76,7 @@ function get_revision_cert_trust(signers, id, name, val)
}
local t = keyintersection(signers, trusted_signers)
if t == nil then return false end
- if table.getn(t) >= 1 then return true end
+ if #t>= 1 then return true end
return false
end