email-gravatar.lua: fix for lua 5.2

jk/collapsible-sections
Christian Hesse 10 years ago committed by Jason A. Donenfeld
parent a9a7f68244
commit 50287e7912

@ -7,7 +7,7 @@
-- <http://mkottman.github.io/luacrypto/>
--
require("crypto")
local crypto = require("crypto")
function filter_open(email, page)
buffer = ""

Loading…
Cancel
Save